mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
clearer warning message
svn:r1173
This commit is contained in:
parent
c058f87513
commit
3fb9c869a8
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ int getconfig(int argc, char **argv, or_options_t *options) {
|
|||
}
|
||||
|
||||
if(previous_orport == 0 && options->ORPort > 0) {
|
||||
log_fn(LOG_WARN,"During reload, change from ORPort=0 to =%d not allowed. Failing.",options->ORPort);
|
||||
log_fn(LOG_WARN,"During reload, change from ORPort=0 to >0 not allowed. Failing.");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue