[or-cvs] that extra punctuation distracts me

arma at seul.org arma at seul.org
Mon Mar 27 05:30:19 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	router.c 
Log Message:
that extra punctuation distracts me


Index: router.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/router.c,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -p -d -r1.258 -r1.259
--- router.c	27 Mar 2006 02:25:34 -0000	1.258
+++ router.c	27 Mar 2006 05:30:16 -0000	1.259
@@ -358,7 +358,7 @@ init_keys(void)
   }
 
   log(LOG_NOTICE, LD_GENERAL,
-      "Your Tor server's identity key fingerprint is '%s %s'.",
+      "Your Tor server's identity key fingerprint is '%s %s'",
       options->Nickname, fingerprint);
   if (!authdir_mode(options))
     return 0;



More information about the tor-commits mailing list