From: Chas Williams Date: Fri, 15 Apr 2005 19:25:01 +0000 (+0000) Subject: STABLE14-viced-already-regd-warning-20050415 X-Git-Tag: openafs-devel-1_3_82~60 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8f5d864019cde422a9bf2ccfcbf50326ddf4fb7b;p=packages%2Fo%2Fopenafs.git STABLE14-viced-already-regd-warning-20050415 FIXES 18049 the ethernet address is irrelevant (cherry picked from commit 4625fe8f93518d68bb61f58bb51a9c430ede37e9) --- diff --git a/src/viced/viced.c b/src/viced/viced.c index 6d64762ca..3204df654 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -1475,7 +1475,7 @@ Do_VLRegisterRPC() if (code) { if (code == VL_MULTIPADDR) { ViceLog(0, - ("VL_RegisterAddrs rpc failed; The ethernet address exist on a different server; repair it\n")); + ("VL_RegisterAddrs rpc failed; The IP address exists on a different server; repair it\n")); ViceLog(0, ("VL_RegisterAddrs rpc failed; See VLLog for details\n")); return code;