1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-21 20:27:13 +01: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

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()); /*
*/ } /*
*/