diff options
author | Michael Adam <obnox@samba.org> | 2009-12-21 23:56:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-22 00:15:00 +0100 |
commit | f7419c60be80f612079f65a2f59d03503ec41fef (patch) | |
tree | e90e5c3a0f84901ab4a300ae206c16c3acfd3116 | |
parent | 93dfb1ac5be34331e743ff7e1cc382bde4d805cf (diff) | |
download | tinyproxy-f7419c60be80f612079f65a2f59d03503ec41fef.tar.gz tinyproxy-f7419c60be80f612079f65a2f59d03503ec41fef.zip |
conf: elaborate a comment
Michael
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. */ 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 " "config file.\n"); ret = -1; |