Add logging around socket ordering.

pull/1/head
Matthew Chen 6 years ago
parent d920b2551f
commit bb46720898

@ -139,7 +139,7 @@ NSString *const OWSMessageDecryptJobFinderExtensionGroup = @"OWSMessageProcessin
SSKProtoEnvelope *envelopeProto = job.envelopeProto; SSKProtoEnvelope *envelopeProto = job.envelopeProto;
OWSAssertDebug(envelopeProto); OWSAssertDebug(envelopeProto);
OWSLogVerbose(@"----- Enqueuing. timestamp: %llu, serverTimestamp: %llu, createdAt: %llu %@", OWSLogInfo(@"----- Enqueuing. timestamp: %llu, serverTimestamp: %llu, createdAt: %llu %@",
envelopeProto.timestamp, envelopeProto.timestamp,
envelopeProto.serverTimestamp, envelopeProto.serverTimestamp,
[NSDate ows_millisecondsSince1970ForDate:job.createdAt], [NSDate ows_millisecondsSince1970ForDate:job.createdAt],

Loading…
Cancel
Save