diff options
Diffstat (limited to 'proxy/src/gp_init.c')
-rw-r--r-- | proxy/src/gp_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/src/gp_init.c b/proxy/src/gp_init.c index a4a488f..4d5f9db 100644 --- a/proxy/src/gp_init.c +++ b/proxy/src/gp_init.c @@ -75,13 +75,13 @@ void fini_server(void) static void break_loop(verto_ctx *vctx, verto_ev *ev) { - syslog(LOG_WARNING, "Exiting after receiving a signal"); + GPDEBUG("Exiting after receiving a signal"); verto_break(vctx); } static void reload_conf(verto_ctx *vctx, verto_ev *ev) { - syslog(LOG_INFO, "Reloading configuration after receiving a signal"); + GPDEBUG("Reloading configuration after receiving a signal"); /* TODO */ } |