[or-cvs] r13242: Some people still think letters fall off the side of the cod (tor/trunk/src/or)

weasel at seul.org weasel at seul.org
Wed Jan 23 08:45:14 UTC 2008


Author: weasel
Date: 2008-01-23 03:45:14 -0500 (Wed, 23 Jan 2008)
New Revision: 13242

Modified:
   tor/trunk/src/or/dirvote.c
Log:
Some people still think letters fall off the side of the code if they go farther than 80 chars

Modified: tor/trunk/src/or/dirvote.c
===================================================================
--- tor/trunk/src/or/dirvote.c	2008-01-23 08:38:05 UTC (rev 13241)
+++ tor/trunk/src/or/dirvote.c	2008-01-23 08:45:14 UTC (rev 13242)
@@ -1827,11 +1827,13 @@
                        const char **msg)
 {
   if (pending_consensus) {
-    log_notice(LD_DIR, "Got a signature from %s. Adding it to the pending consensus.", source);
+    log_notice(LD_DIR, "Got a signature from %s. "
+                       "Adding it to the pending consensus.", source);
     return dirvote_add_signatures_to_pending_consensus(
                                      detached_signatures_body, msg);
   } else {
-    log_notice(LD_DIR, "Got a signature from %s. Queueing it for the next consensus.", source);
+    log_notice(LD_DIR, "Got a signature from %s. "
+                       "Queueing it for the next consensus.", source);
     if (!pending_consensus_signature_list)
       pending_consensus_signature_list = smartlist_create();
     smartlist_add(pending_consensus_signature_list,



More information about the tor-commits mailing list