Trying to track down a fileserver bug.  It would be nice to be
able to differentiate between two different Fileserver error
conditions.  This patch "fixes" it by changing one of the
duplicate messages to be more meaningful.

-derek

Index: src/viced/host.c
===================================================================
RCS file: /cvs/openafs/src/viced/host.c,v
retrieving revision 1.2
diff -u -r1.2 host.c
--- src/viced/host.c    2000/11/04 10:06:16     1.2
+++ src/viced/host.c    2001/03/21 00:07:19
@@ -1928,7 +1928,7 @@
                        if(code) {
                            if ( MultiProbeAlternateAddress_r(host) ) {
                                ViceLog(0,
-                                       ("ProbeUuid failed for host %x.%d\n",
+                                       ("MultiProbeUuid failed for host %x.%d\n",
                                         host->host, host->port));
                                host->hostFlags |= VENUSDOWN;
                            }

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo.cgi/openafs-devel

Reply via email to