1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-03 07:27:11 +02:00

Adjusted routine messages to exclude unnecessary details except for places where the script error handler will catch the error location.

This commit is contained in:
Sandu Liviu Catalin
2016-03-12 22:51:05 +02:00
parent f7f5eb82e5
commit a5b353b104
2 changed files with 21 additions and 21 deletions

View File

@ -231,7 +231,7 @@ protected:
{
if (m_Terminated)
{
SqThrowF("Routine [%s] => Was terminated", m_Tag.c_str());
SqThrowF("Routine was terminated [%s]", m_Tag.c_str());
}
}