From 85c1bdfca6c8ef6ebfb08103fa9aa8a8fc170335 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 23 Aug 2012 12:01:05 +0200 Subject: Add newlines to debug statements. Acked-by: Simo Sorce --- proxy/src/gp_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proxy/src/gp_init.c') 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 */ } -- cgit