summaryrefslogtreecommitdiff
path: root/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-11-24 13:27:22 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-11-24 13:27:22 +0100
commit2800af6e47dbc9b76843e480bb5d5a61adebc342 (patch)
tree39d8c38072c097304f4df41e75fd2fdf4971bc75 /phpdbg.c
parentfcdae5867fa6905b25de29dae69e2d3bdcc8e60d (diff)
downloadphp-git-2800af6e47dbc9b76843e480bb5d5a61adebc342.tar.gz
Pssst, compiler!
Diffstat (limited to 'phpdbg.c')
-rw-r--r--phpdbg.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/* }}} */