summaryrefslogtreecommitdiff
path: root/phpdbg.c
diff options
context:
space:
mode:
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);
}
/* }}} */