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

@ -56,7 +56,7 @@ int CPluginMngr::loadPluginsFromFile( const char* filename )
if ( !fp )
{
UTIL_Log( "[AMXX] Plugins list not found (file \"%s\")",filename);
AMXXLOG_Log( "[AMXX] Plugins list not found (file \"%s\")",filename);
return 1;
}
@ -105,7 +105,7 @@ int CPluginMngr::loadPluginsFromFile( const char* filename )
}
else
{
UTIL_Log("[AMXX] %s (plugin \"%s\")", error, pluginName );
AMXXLOG_Log("[AMXX] %s (plugin \"%s\")", error, pluginName );
}
}