]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix trivial typo in log entry
authorRoger Dingledine <arma@torproject.org>
Thu, 6 Jan 2005 19:17:01 +0000 (19:17 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 6 Jan 2005 19:17:01 +0000 (19:17 +0000)
svn:r3316

src/or/relay.c

index 8e6f623b016297916e08455d8587a6b21306712c..0773ebd1cdbc39d5eef86f1c6a3e23c611350a90 100644 (file)
@@ -525,7 +525,7 @@ connection_edge_process_relay_cell_not_open(
         return 0; /* this circuit is screwed and doesn't know it yet */
       }
       if (connection_ap_can_use_exit(conn, exitrouter)) {
-        log_fn(LOG_NOTICE,"Exitrouter %s seems to be more restrictive than its exit policy. Not using this router as exit for now,", exitrouter->nickname);
+        log_fn(LOG_NOTICE,"Exitrouter %s seems to be more restrictive than its exit policy. Not using this router as exit for now.", exitrouter->nickname);
         addr_policy_free(exitrouter->exit_policy);
         exitrouter->exit_policy =
           router_parse_addr_policy_from_string("reject *:*");