From: Peter Palfrader Date: Wed, 23 Jan 2008 09:05:40 +0000 (+0000) Subject: Fix a warning X-Git-Tag: tor-0.2.0.18-alpha~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12bd40931bbc328b48f3d0f4708657bf7102677e;p=thirdparty%2Ftor.git Fix a warning svn:r13243 --- diff --git a/src/or/routerparse.c b/src/or/routerparse.c index a7c54f9ffc..a1568ea60a 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2403,7 +2403,7 @@ networkstatus_parse_detached_signatures(const char *s, const char *eos) 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; }