diff --git a/Airship/Common/UAAutomation.m b/Airship/Common/UAAutomation.m index 723968f7b..a838063e3 100644 --- a/Airship/Common/UAAutomation.m +++ b/Airship/Common/UAAutomation.m @@ -303,7 +303,7 @@ - (void)updateTriggersWithType:(UAScheduleTriggerType)triggerType argument:(id)a NSDate *methodFinish = [NSDate date]; NSTimeInterval executionTime = [methodFinish timeIntervalSinceDate:methodStart]; - UA_LTRACE(@"Automation execution time: %f seconds, triggers: %ld, actions: %ld", executionTime, (unsigned long)triggers.count, triggeredSchedules.count); + UA_LTRACE(@"Automation execution time: %f seconds, triggers: %ld, actions: %ld", executionTime, (unsigned long)triggers.count, (unsigned long)triggeredSchedules.count); }]; }