conf: elaborate a comment
Michael
This commit is contained in:
parent
93dfb1ac5b
commit
f7419c60be
@ -496,7 +496,10 @@ int reload_config_file (const char *config_fname, struct config_s *conf,
|
|||||||
|
|
||||||
/* Set the default values if they were not set in the config file. */
|
/* Set the default values if they were not set in the config file. */
|
||||||
if (conf->port == 0) {
|
if (conf->port == 0) {
|
||||||
/* Don't log here - logging might not be set up yet! */
|
/*
|
||||||
|
* Don't log here in error path:
|
||||||
|
* logging might not be set up yet!
|
||||||
|
*/
|
||||||
fprintf (stderr, PACKAGE ": You MUST set a Port in the "
|
fprintf (stderr, PACKAGE ": You MUST set a Port in the "
|
||||||
"config file.\n");
|
"config file.\n");
|
||||||
ret = -1;
|
ret = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user