From de2061450cba750017397a6c39ef289d6f99afd9 Mon Sep 17 00:00:00 2001 From: eraser1 Date: Mon, 12 Jun 2017 14:06:53 -0500 Subject: [PATCH] Update infistar log format --- @ExileServer/addons/a3_dms/scripts/fn_DebugLog.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@ExileServer/addons/a3_dms/scripts/fn_DebugLog.sqf b/@ExileServer/addons/a3_dms/scripts/fn_DebugLog.sqf index d25dfd5..9f99a0b 100644 --- a/@ExileServer/addons/a3_dms/scripts/fn_DebugLog.sqf +++ b/@ExileServer/addons/a3_dms/scripts/fn_DebugLog.sqf @@ -10,7 +10,7 @@ */ _this = format ['%1 |::|::| (DMS_Version: "%4" | time: %2 | diag_tickTime: %5 | %3 FPS)',_this,time,diag_fps,DMS_Version,diag_tickTime]; -"ARMA_LOG" callExtension format ["DMS_DEBUG:%1",_this]; +['DMS_DEBUG',_this] call FNC_A3_CUSTOMLOG; diag_log format ["DMS_DEBUG :: %1",_this]; if (!isNil "MAR_fnc_log") then // mARMA logging