summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_init.c
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-08-23 12:01:05 +0200
committerSimo Sorce <simo@redhat.com>2012-08-23 15:20:37 +0200
commit85c1bdfca6c8ef6ebfb08103fa9aa8a8fc170335 (patch)
tree7759772ce69a27f55ebd7748df5e5adc812ee857 /proxy/src/gp_init.c
parent0434aed0f860853a2423c8cb967892998516cf7f (diff)
downloadgss-proxy-85c1bdfca6c8ef6ebfb08103fa9aa8a8fc170335.tar.gz
gss-proxy-85c1bdfca6c8ef6ebfb08103fa9aa8a8fc170335.tar.xz
gss-proxy-85c1bdfca6c8ef6ebfb08103fa9aa8a8fc170335.zip
Add newlines to debug statements.
Acked-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/src/gp_init.c')
-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 */
}