X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fmsg%2Fsimple%2FPipe.cc;h=4a7ab9acab7a0e6a2b8db601c1f9ac8cd008a38d;hb=c07f9fc5a4f48397831383549fb0482b93480643;hp=355c2528f93801a4eea6957c443145293cab807b;hpb=9439ae556f035e65c9c107ae13ddd09457dbbecd;p=ceph.git diff --git a/ceph/src/msg/simple/Pipe.cc b/ceph/src/msg/simple/Pipe.cc index 355c2528f..4a7ab9aca 100644 --- a/ceph/src/msg/simple/Pipe.cc +++ b/ceph/src/msg/simple/Pipe.cc @@ -1090,8 +1090,8 @@ int Pipe::connect() << paddr << " not " << peer_addr << " - presumably this is the same node!" << dendl; } else { ldout(msgr->cct,10) << "connect claims to be " - << paddr << " not " << peer_addr - << " (peer is possibly using public_bind_addr?) " << dendl; + << paddr << " not " << peer_addr << dendl; + goto fail; } }