mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
don't freak people out as much with the warning message
svn:r1378
This commit is contained in:
parent
015f722957
commit
f796957182
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ int getconfig(int argc, char **argv, or_options_t *options) {
|
|||
cf = config_open(fname);
|
||||
if(!cf) {
|
||||
if(using_default_torrc == 1) {
|
||||
log(LOG_WARN, "Configuration file '%s' not found. Using defaults.",fname);
|
||||
log(LOG_WARN, "Configuration file '%s' not found, using defaults (this is fine).",fname);
|
||||
/* XXX change this WARN to INFO once we start using this feature */
|
||||
if(config_assign_default(options) < 0)
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue