diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-11-24 13:27:22 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-11-24 13:27:22 +0100 |
commit | 2800af6e47dbc9b76843e480bb5d5a61adebc342 (patch) | |
tree | 39d8c38072c097304f4df41e75fd2fdf4971bc75 /phpdbg.c | |
parent | fcdae5867fa6905b25de29dae69e2d3bdcc8e60d (diff) | |
download | php-git-2800af6e47dbc9b76843e480bb5d5a61adebc342.tar.gz |
Pssst, compiler!
Diffstat (limited to 'phpdbg.c')
-rw-r--r-- | phpdbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } /* }}} */ |