fix missing '' in info log macro

This commit is contained in:
commy2 2015-09-21 17:09:10 +02:00
parent 3037181fc2
commit b5b5c761c4

View File

@ -192,7 +192,7 @@ call FUNC(checkFiles);
//Set init finished and run all delayed functions:
GVAR(settingsInitFinished) = true;
ACE_LOGINFO_1(%1 delayed functions running.,count GVAR(runAtSettingsInitialized))
ACE_LOGINFO_1("%1 delayed functions running.",count GVAR(runAtSettingsInitialized))
{
(_x select 1) call (_x select 0);