summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proxy/src/gp_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/src/gp_init.c b/proxy/src/gp_init.c
index 4d5f9db..9ad4ff1 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)
{
- GPDEBUG("Exiting after receiving a signal");
+ GPDEBUG("Exiting after receiving a signal\n");
verto_break(vctx);
}
static void reload_conf(verto_ctx *vctx, verto_ev *ev)
{
- GPDEBUG("Reloading configuration after receiving a signal");
+ GPDEBUG("Reloading configuration after receiving a signal\n");
/* TODO */
}