[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r13243: Fix a warning (tor/trunk/src/or)



Author: weasel
Date: 2008-01-23 04:05:40 -0500 (Wed, 23 Jan 2008)
New Revision: 13243

Modified:
   tor/trunk/src/or/routerparse.c
Log:
Fix a warning

Modified: tor/trunk/src/or/routerparse.c
===================================================================
--- tor/trunk/src/or/routerparse.c	2008-01-23 08:45:14 UTC (rev 13242)
+++ tor/trunk/src/or/routerparse.c	2008-01-23 09:05:40 UTC (rev 13243)
@@ -2403,7 +2403,7 @@
       if (strlen(tok->args[1]) != HEX_DIGEST_LEN ||
           base16_decode(sk_digest, sizeof(sk_digest),
                         tok->args[1], HEX_DIGEST_LEN) < 0) {
-        log_warn(LD_DIR, "Error decoding declared identity %s in "
+        log_warn(LD_DIR, "Error decoding declared digest %s in "
                  "network-status vote.", escaped(tok->args[1]));
         goto err;
       }