summaryrefslogtreecommitdiff
path: root/phpdbg_prompt.c
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_prompt.c')
-rw-r--r--phpdbg_prompt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c
index 3de27f786a..b1e5aecf88 100644
--- a/phpdbg_prompt.c
+++ b/phpdbg_prompt.c
@@ -458,7 +458,7 @@ PHPDBG_COMMAND(frame) /* {{{ */
break;
case EMPTY_PARAM:
- phpdbg_notice("Currently at frame %ld:", PHPDBG_G(frame).num);
+ phpdbg_notice("Currently in frame #%d", PHPDBG_G(frame).num);
break;
phpdbg_default_switch_case();