X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fubik%2Fremote.c;h=2fca3b15bd49d56d3e230db457b10a3a06dba395;hp=9f88aaff02f27cecf64974dbe3469f00dccedbd2;hb=c44f6f7a8052bdd1fb021e07bb6ae142b61e6b5b;hpb=d0805d72b7a48dcaa7abe1aea136a8cd963d76c2 diff --git a/src/ubik/remote.c b/src/ubik/remote.c index 9f88aaf..2fca3b1 100644 --- a/src/ubik/remote.c +++ b/src/ubik/remote.c @@ -482,9 +482,11 @@ SDISK_SendFile(struct rx_call *rxcall, afs_int32 file, otherHost = ubikGetPrimaryInterfaceAddr(rx_HostOf(tpeer)); if (offset && offset != otherHost) { /* we *know* this is the wrong guy */ + char sync_hoststr[16]; ubik_print - ("Ubik: Refusing synchronization with server %s since it is not the sync-site.\n", - afs_inet_ntoa_r(otherHost, hoststr)); + ("Ubik: Refusing synchronization with server %s since it is not the sync-site (%s).\n", + afs_inet_ntoa_r(otherHost, hoststr), + afs_inet_ntoa_r(offset, sync_hoststr)); return USYNC; }