[or-cvs] simplify a log entry

arma at seul.org arma at seul.org
Fri Nov 11 17:03:43 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv28539

Modified Files:
	connection.c 
Log Message:
simplify a log entry


Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -d -r1.416 -r1.417
--- connection.c	1 Nov 2005 17:28:49 -0000	1.416
+++ connection.c	11 Nov 2005 17:03:35 -0000	1.417
@@ -1856,7 +1856,7 @@
   } else {
     /* The interface changed.  We're a client, so we need to regenerate our
      * keys.  First, reset the state. */
-    notice(LD_NET, "Our IP has changed.  Rotating keys...");
+    log(LOG_NOTICE, LD_NET, "Our IP has changed.  Rotating keys...");
     last_interface_ip = iface_ip;
     SMARTLIST_FOREACH(outgoing_addrs, void*, ip, tor_free(ip));
     smartlist_clear(outgoing_addrs);



More information about the tor-commits mailing list