diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 8c7a9ab731..41a9ec4e15 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -664,7 +664,7 @@ static int prepare_for_poll(void) { static int init_from_config(int argc, char **argv) { /* read the configuration file. */ if(getconfig(argc,argv,&options)) { - log_fn(LOG_ERR,"Reading config failed. For usage, try -h."); + log_fn(LOG_ERR,"Reading config failed--see warnings above. For usage, try -h."); return -1; } |