From da81a0a23a3704dd2de3ab2249496c1ad1912d1c Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 Oct 2017 16:20:46 -0400 Subject: Updated internal representation of inventories --- gamemode/shared/log.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gamemode/shared/log.lua') diff --git a/gamemode/shared/log.lua b/gamemode/shared/log.lua index ad5da46..92bb349 100644 --- a/gamemode/shared/log.lua +++ b/gamemode/shared/log.lua @@ -10,7 +10,7 @@ log.debug = fn.compose( ), fn.curry( string.format, - "[DEBUG] %s" + "[DEBUG] %s\n" ) ) @@ -21,7 +21,7 @@ log.info = fn.compose( ), fn.curry( string.format, - "[INFO] %s" + "[INFO] %s\n" ) ) @@ -30,10 +30,9 @@ log.warn = fn.compose( MsgC, col.console.yellow ), - debug.traceback, fn.curry( - ErrorNoHalt, - "[WARNING]" + string.format, + "[WARNING] %s\n" ) ) -- cgit v1.2.3-70-g09d2