summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 58c72d3bf..707e87b16 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -2737,9 +2737,9 @@ void run_script_main(struct script_state *st)
if(bk_st) {
ShowWarning("Unable to restore stack! Double continuation!\n");
//Report BOTH scripts to see if that can help somehow.
- ShowDebug("Previous script (lost):");
+ ShowDebug("Previous script (lost):\n");
report_src(bk_st);
- ShowDebug("Current script:");
+ ShowDebug("Current script:\n");
report_src(st);
}
} else {