1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-04-28 23:07:19 +02:00

Don't perform a debug trace in the outer most level function. Assume that the debugger took care of that.

This commit is contained in:
Sandu Liviu Catalin
2016-08-26 18:29:05 +03:00
parent 942314aa69
commit 77184fd9fb
+1 -1
View File
@@ -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()); /*
*/ } /*
*/