]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix punctuation in logs
authorRoger Dingledine <arma@torproject.org>
Thu, 6 Sep 2012 05:35:05 +0000 (01:35 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 6 Sep 2012 05:35:05 +0000 (01:35 -0400)
src/or/dirserv.c
src/or/router.c

index 086db032a44cfa0d12be9ba2b87268e86d33ed93..7f4690678e648740cf6d5593f1237bea495a203a 100644 (file)
@@ -727,7 +727,7 @@ dirserv_add_descriptor(routerinfo_t *ri, const char **msg, const char *source)
                "MAX_DESCRIPTOR_UPLOAD_SIZE (%d) constant is too low.",
                ri->nickname, source, (int)ri->cache_info.signed_descriptor_len,
                MAX_DESCRIPTOR_UPLOAD_SIZE);
-    *msg = "Router descriptor was too large";
+    *msg = "Router descriptor was too large.";
     control_event_or_authdir_new_descriptor("REJECTED",
                ri->cache_info.signed_descriptor_body,
                ri->cache_info.signed_descriptor_len, *msg);
index 2cb0e26686ac5928cbd4a48b8c860513fd8ba0d6..9a3ef9dccfc496f53ac73fdfb7ea4edf66ca8702 100644 (file)
@@ -672,7 +672,7 @@ init_keys(void)
            * we don't really need new keys yet so the descriptor doesn't
            * change and the old one is still fresh. */
           log_info(LD_GENERAL, "Couldn't add own descriptor to directory "
-                   "after key init: %s. This is usually not a problem.",
+                   "after key init: %s This is usually not a problem.",
                    m?m:"<unknown error>");
         }
       }