This commit is contained in:
krakjoe 2013-11-19 19:11:18 +00:00
parent 690a3202fd
commit 13b0ef71b5

View File

@ -189,7 +189,8 @@ static inline phpdbg_input_t** phpdbg_read_argv(char *buffer, int *argc TSRMLS_D
} break;
case IN_STRING:
phpdbg_error("Malformed command line !");
phpdbg_error(
"Malformed command line @ %d!", l);
break;
}