From 2800af6e47dbc9b76843e480bb5d5a61adebc342 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 24 Nov 2013 13:27:22 +0100 Subject: Pssst, compiler! --- phpdbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpdbg.c') diff --git a/phpdbg.c b/phpdbg.c index 2811362272..94896cc984 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -286,7 +286,7 @@ static void php_sapi_phpdbg_send_header(sapi_header_struct *sapi_header, void *s static void php_sapi_phpdbg_log_message(char *message TSRMLS_DC) /* {{{ */ { - phpdbg_error(message); + phpdbg_error("%s", message); } /* }}} */ -- cgit v1.2.1