pull/1/head
Michael Kirk 7 years ago
parent 504f4afae5
commit 87f97b8b97

@ -87,7 +87,7 @@ static NSString *const OWSIncompleteCallsJobCallTypeIndex = @"index_calls_on_cal
[self [self
enumerateIncompleteCallsWithBlock:^(TSCall *call) { enumerateIncompleteCallsWithBlock:^(TSCall *call) {
if (call.timestamp <= cutoffTimestamp) { if (call.timestamp <= cutoffTimestamp) {
inc DDLogInfo(@"%@ ignoring new call: %@", self.logTag, call.uniqueId); DDLogInfo(@"%@ ignoring new call: %@", self.logTag, call.uniqueId);
return; return;
} }

Loading…
Cancel
Save