ceph: fix printing of ipv6 addrs
authorSage Weil <sage@newdream.net>
Thu, 8 Jul 2010 17:47:16 +0000 (10:47 -0700)
committerSage Weil <sage@newdream.net>
Thu, 8 Jul 2010 23:49:53 +0000 (16:49 -0700)
The buffer was too small.  Make it bigger, use snprintf(), put brackets
around the ipv6 address to avoid mixing it up with the :port, and use the
ever-so-handy %pI[46] formats.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found