mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Improve log message to make it obvious _why_ reading the configuration has failed.
svn:r2308
This commit is contained in:
parent
a00949f8e1
commit
4b4bfd500a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue