[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] slightly clearer log message when you use a nickname rather...
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
routerlist.c
Log Message:
slightly clearer log message when you use a nickname rather than
a key for an unnamed server.
Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.502
retrieving revision 1.503
diff -u -p -d -r1.502 -r1.503
--- routerlist.c 14 Apr 2006 20:19:33 -0000 1.502
+++ routerlist.c 17 Apr 2006 06:43:27 -0000 1.503
@@ -1000,7 +1000,7 @@ router_get_by_nickname(const char *nickn
base16_encode(fp, sizeof(fp),
best_match->cache_info.identity_digest, DIGEST_LEN);
log_warn(LD_CONFIG, "You specified a server \"%s\" by name, but the "
- "directory authorities do not have a listing for this name. "
+ "directory authorities do not have a binding for this nickname. "
"To make sure you get the same server in the future, refer to "
"it by key, as \"$%s\".", nickname, fp);
rs->name_lookup_warned = 1;