clearer warning message

svn:r1173
This commit is contained in:
Roger Dingledine 2004-02-28 23:31:15 +00:00
parent c058f87513
commit 3fb9c869a8

View File

@ -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;
}