mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
simplify a log entry
svn:r5353
This commit is contained in:
parent
c074f528c1
commit
e6fd88c698
@ -1856,7 +1856,7 @@ client_check_address_changed(int sock)
|
|||||||
} else {
|
} else {
|
||||||
/* The interface changed. We're a client, so we need to regenerate our
|
/* The interface changed. We're a client, so we need to regenerate our
|
||||||
* keys. First, reset the state. */
|
* 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;
|
last_interface_ip = iface_ip;
|
||||||
SMARTLIST_FOREACH(outgoing_addrs, void*, ip, tor_free(ip));
|
SMARTLIST_FOREACH(outgoing_addrs, void*, ip, tor_free(ip));
|
||||||
smartlist_clear(outgoing_addrs);
|
smartlist_clear(outgoing_addrs);
|
||||||
|
Loading…
Reference in New Issue
Block a user