Skip to content

Commit 13b0ef7

Browse files
committed
...
1 parent 690a320 commit 13b0ef7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpdbg_cmd.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ static inline phpdbg_input_t** phpdbg_read_argv(char *buffer, int *argc TSRMLS_D
189189
} break;
190190

191191
case IN_STRING:
192-
phpdbg_error("Malformed command line !");
192+
phpdbg_error(
193+
"Malformed command line @ %d!", l);
193194
break;
194195
}
195196

0 commit comments

Comments
 (0)