mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
ceph-mon: fix debug print of public_addr
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
4154eae83a
commit
f1a9041a70
@ -353,7 +353,7 @@ int main(int argc, const char **argv)
|
||||
pick_addresses(g_ceph_context, CEPH_PICK_ADDRESS_PUBLIC);
|
||||
|
||||
dout(10) << "public_network " << g_conf()->public_network << dendl;
|
||||
dout(10) << "public_addr " << g_conf()->public_network << dendl;
|
||||
dout(10) << "public_addr " << g_conf()->public_addr << dendl;
|
||||
|
||||
common_init_finish(g_ceph_context);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user