Skip to content

Commit

Permalink
Merge pull request #14 from gruppe-adler/fix-error-log
Browse files Browse the repository at this point in the history
fix error log message format
  • Loading branch information
Fusselwurm authored Apr 29, 2018
2 parents 0ed814c + f842c23 commit c743c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/endings/fn_presetTimeout.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ _condition = compile _condition;
["grad_notification1",["TIME",_messageText]] remoteExec ["bis_fnc_showNotification",0,false];
},_x,_time - _x] call CBA_fnc_waitAndExecute;
} else {
ERROR_1("Cannot create a %1 second reminder for timeout. Only %2 seconds max time.",_x,_time);
ERROR_2("Cannot create a %1 second reminder for timeout. Only %2 seconds max time.",_x,_time);
};
} forEach _reminders;

0 comments on commit c743c77

Please sign in to comment.