From 77184fd9fbc9d5e1dcbb1be5bdc7f719cf2bad2e Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Fri, 26 Aug 2016 18:29:05 +0300 Subject: [PATCH] Don't perform a debug trace in the outer most level function. Assume that the debugger took care of that. --- source/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Main.cpp b/source/Main.cpp index be388fbd..c1d49011 100644 --- a/source/Main.cpp +++ b/source/Main.cpp @@ -66,7 +66,7 @@ void DoReload() */ catch (const Sqrat::Exception & e) /* */ { /* */ LogErr("Squirrel exception caught (" #ev ") event"); /* -*/ Logger::Get().Debug("%s", e.what()); /* +*/ LogInf("Message: %s", e.what()); /* */ } /* */