using new function names and parameters

This commit is contained in:
Pavol Marko
2004-03-27 17:06:08 +00:00
parent bada4d4336
commit 0612e67e2d
7 changed files with 55 additions and 53 deletions

View File

@@ -175,7 +175,7 @@ void LogEventsMngr::executeLogEvents()
if (valid){
if ((err = amx_Exec(a->plugin->getAMX(), NULL , a->func , 0)) != AMX_ERR_NONE)
UTIL_Log("[AMXX] Run time error %d on line %ld (plugin \"%s\")",
AMXXLOG_Log("[AMXX] Run time error %d on line %ld (plugin \"%s\")",
err,a->plugin->getAMX()->curline,a->plugin->getName());
}
@@ -183,7 +183,7 @@ void LogEventsMngr::executeLogEvents()
}
catch( ... )
{
UTIL_Log( "[AMXX] fatal error at log forward function execution");
AMXXLOG_Log( "[AMXX] fatal error at log forward function execution");
}
#endif