diff options
author | Michael Adam <obnox@samba.org> | 2009-12-22 00:11:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-22 00:15:00 +0100 |
commit | 91492773b1c3b0e35dafa0d330810652d331c837 (patch) | |
tree | c858dbab756074b2463f7adf9c1bdb1ba7b20db0 /src | |
parent | e9baa2977c0c5f5e6c28838a585d44987e3fd514 (diff) | |
download | tinyproxy-91492773b1c3b0e35dafa0d330810652d331c837.tar.gz tinyproxy-91492773b1c3b0e35dafa0d330810652d331c837.zip |
conf: add a log messate ("reloading config file")
Michael
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -485,6 +485,8 @@ int reload_config_file (const char *config_fname, struct config_s *conf, { int ret; + log_message(LOG_INFO, "reloading config file"); + free_config (conf); initialize_with_defaults (conf, defaults); |