]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Wed, 13 Nov 2013 02:48:22 +0000 (02:48 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Wed, 13 Nov 2013 02:48:22 +0000 (02:48 +0000)
phpdbg_prompt.c

index 5996bc23b378ed260bc805213ef8bfca7bb1ee9a..fbdd7def791f2d0c306a15119c80068ccf58100d 100644 (file)
@@ -215,7 +215,7 @@ static PHPDBG_COMMAND(print) /* {{{ */
        }
 
     phpdbg_writeln(SEPARATE);
-       phpdbg_notice("Execution Context Information:");
+       phpdbg_notice("Execution Context Information");
 #ifdef HAVE_LIBREADLINE
     phpdbg_writeln("Readline\tyes");
 #else
@@ -401,7 +401,7 @@ static PHPDBG_COMMAND(help) /* {{{ */
 
        if (expr_len > 0L) {
                if (phpdbg_do_cmd(phpdbg_help_commands, (char*)expr, expr_len TSRMLS_CC) == FAILURE) {
-                       phpdbg_error("Failed to find help command: %s/%lu", expr, expr_len);
+                       phpdbg_error("Failed to find help command: %s", expr);
                }
        } else {
                const phpdbg_command_t *prompt_command = phpdbg_prompt_commands;