]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
conn_type_to_string() on a listener already says it's a listener
authorRoger Dingledine <arma@torproject.org>
Sat, 16 Jun 2012 06:29:03 +0000 (02:29 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 16 Jun 2012 06:29:03 +0000 (02:29 -0400)
src/or/config.c

index 598051ef4fc93f84686a934f4418a32b85f7cffe..d90e0fc996b7fb03f48b276530e7d3cf3223680f 100644 (file)
@@ -1266,7 +1266,7 @@ options_act_reversible(const or_options_t *old_options, char **msg)
 
   SMARTLIST_FOREACH(new_listeners, connection_t *, conn,
   {
-    log_notice(LD_NET, "Closing partially-constructed listener %s on %s:%d",
+    log_notice(LD_NET, "Closing partially-constructed %s on %s:%d",
                conn_type_to_string(conn->type), conn->address, conn->port);
     connection_close_immediate(conn);
     connection_mark_for_close(conn);