Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Fix 2 more ace/cba log macros
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and thojkooi committed Oct 3, 2016
1 parent 4a0df4a commit eb3ed4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/headless/functions/fnc_endMissionNoPlayers.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ if !(call CBA_fnc_players isEqualTo []) exitWith {
// End mission
[] call BIS_fnc_endMissionServer;
if (GVAR(Log)) then {
ACE_LOGINFO("Ended Mission on all players leaving.");
INFO("Ended Mission on all players leaving.");
};
2 changes: 1 addition & 1 deletion addons/killtracker/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if ((getText (missionconfigfile >> "CfgDebriefingSections" >> QUOTE(ADDON) >> "v
TRACE_1("no mission debriefing config",_this);
};

ACE_LOGINFO("Running Kill Tracking");
INFO("Running Kill Tracking");

// Variables:
GVAR(eventsArray) = [];
Expand Down

0 comments on commit eb3ed4c

Please sign in to comment.