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

[or-cvs] It is not the end of the world when a router descriptor has...



Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv6386/src/or

Modified Files:
	routerparse.c 
Log Message:
It is not the end of the world when a router descriptor has an unrecognized kwd

Index: routerparse.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerparse.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- routerparse.c	15 Jun 2005 18:34:46 -0000	1.114
+++ routerparse.c	24 Jun 2005 23:42:15 -0000	1.115
@@ -853,7 +853,7 @@
     goto err;
   }
   if ((tok = find_first_by_keyword(tokens, _UNRECOGNIZED))) {
-    log_fn(LOG_WARN, "Unrecognized keyword '%s'; skipping descriptor.",
+    log_fn(LOG_INFO, "Unrecognized critical keyword '%s'; skipping descriptor. (It may be from another version of Tor.)",
            tok->args[0]);
     goto err;
   }