]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Some people still think letters fall off the side of the code if they go farther...
authorPeter Palfrader <peter@palfrader.org>
Wed, 23 Jan 2008 08:45:14 +0000 (08:45 +0000)
committerPeter Palfrader <peter@palfrader.org>
Wed, 23 Jan 2008 08:45:14 +0000 (08:45 +0000)
svn:r13242

src/or/dirvote.c

index 6f28cea6d76d367f610d2f792a5ccdb35f36a9ba..f77dced4aa4aa4b110674f68da1f38efe2b058f5 100644 (file)
@@ -1827,11 +1827,13 @@ dirvote_add_signatures(const char *detached_signatures_body,
                        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,