From 1cbda9f3c7dd27674a10f11044b325454c1d8fb4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 20 Sep 2021 20:42:24 -0300 Subject: Update consoleinfo wrapper because the whole purpose of it is being caught by syslog --- src/emap/script_buildins.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50