[or-cvs] r16576: {tor} Change a warning/bug message (tor/trunk/src/or)

weasel at seul.org weasel at seul.org
Sun Aug 17 08:11:21 UTC 2008


Author: weasel
Date: 2008-08-17 04:11:21 -0400 (Sun, 17 Aug 2008)
New Revision: 16576

Modified:
   tor/trunk/src/or/dirserv.c
Log:
Change a warning/bug message

Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2008-08-17 08:01:23 UTC (rev 16575)
+++ tor/trunk/src/or/dirserv.c	2008-08-17 08:11:21 UTC (rev 16576)
@@ -1944,7 +1944,8 @@
 
       base16_encode(id, sizeof(id), rs->identity_digest, DIGEST_LEN);
       base16_encode(dd, sizeof(dd), rs->descriptor_digest, DIGEST_LEN);
-      log_warn(LD_BUG, "Cannot get the descriptor with digest %s for %s.",
+      log_warn(LD_BUG, "Cannot get any descriptor for %s "
+                       "(wanted descriptor %s).",
                id, dd);
       return -1;
     };



More information about the tor-commits mailing list