From 3428ea654f5888fd934892b65717650f52731153 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 26 Mar 2013 20:49:25 -0400 Subject: Fix write_pid debug message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simo Sorce Reviewed-by: Günther Deschner --- proxy/src/gp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/src/gp_init.c b/proxy/src/gp_init.c index c364edc..2b02904 100644 --- a/proxy/src/gp_init.c +++ b/proxy/src/gp_init.c @@ -204,7 +204,7 @@ void write_pid(void) ret = fclose(f); if (ret != 0) { - GPDEBUG("Failed to close %s: %d (%s)\n" + GPDEBUG("Failed to close %s: %d (%s)\n", GP_PID_FILE, ret, strerror(ret)); return; } -- cgit