mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Remove a loud info log message
This commit is contained in:
parent
0a35ac6a22
commit
045e6ebd31
@ -1195,7 +1195,7 @@ addressmap_get_virtual_address(int type)
|
||||
|
||||
increment_virtual_addr();
|
||||
--available;
|
||||
log_info(LD_CONFIG, "%d addrs available", (int)available);
|
||||
// log_info(LD_CONFIG, "%d addrs available", (int)available);
|
||||
if (! available) {
|
||||
log_warn(LD_CONFIG, "Ran out of virtual addresses!");
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user