summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emap/script_buildins.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emap/script_buildins.c b/src/emap/script_buildins.c
index 0163a6a..2bd25f1 100644
--- a/src/emap/script_buildins.c
+++ b/src/emap/script_buildins.c
@@ -3120,7 +3120,8 @@ BUILDIN(consoleinfo)
return false;
}
- ShowNotice("script notice : %d %d : %s\n", st->rid, st->oid, StrBuf->Value(&buf));
+ ShowDebug("script notice : %d %d : %s\n", st->rid, st->oid, StrBuf->Value(&buf));
+ ShowNotice("%s\n", StrBuf->Value(&buf));
StrBuf->Destroy(&buf);
script_pushint(st, 1);
return true;