[or-cvs] r11543: Minor whitespace fix (tor/trunk/src/or)

weasel at seul.org weasel at seul.org
Thu Sep 20 21:46:10 UTC 2007


Author: weasel
Date: 2007-09-20 17:46:10 -0400 (Thu, 20 Sep 2007)
New Revision: 11543

Modified:
   tor/trunk/src/or/dirvote.c
Log:
Minor whitespace fix

Modified: tor/trunk/src/or/dirvote.c
===================================================================
--- tor/trunk/src/or/dirvote.c	2007-09-20 21:36:56 UTC (rev 11542)
+++ tor/trunk/src/or/dirvote.c	2007-09-20 21:46:10 UTC (rev 11543)
@@ -1126,7 +1126,7 @@
   if (!voting_schedule.voting_starts) {
     char *keys = list_v3_auth_ids();
     authority_cert_t *c = get_my_v3_authority_cert();
-    log_notice(LD_DIR, "Scheduling voting.  Known authority IDs are %s."
+    log_notice(LD_DIR, "Scheduling voting.  Known authority IDs are %s. "
                "Mine is %s.",
                keys, hex_str(c->cache_info.identity_digest, DIGEST_LEN));
     tor_free(keys);



More information about the tor-commits mailing list