mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
parent
4ec0f8531e
commit
45f5e59751
3
changes/bug17843
Normal file
3
changes/bug17843
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (logging):
|
||||
- Remove needless quotes from a log message about unparseable addresses.
|
||||
Fixes bug 17843; bugfix on 0.2.3.3-alpha.
|
@ -6366,7 +6366,7 @@ parse_port_config(smartlist_t *out,
|
||||
}
|
||||
port = ptmp;
|
||||
} else {
|
||||
log_warn(LD_CONFIG, "Couldn't parse address '%s' for %sPort",
|
||||
log_warn(LD_CONFIG, "Couldn't parse address %s for %sPort",
|
||||
escaped(addrport), portname);
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user