Replace compiler warning with logging message

// FREEBIE
pull/1/head
Michael Kirk 9 years ago
parent 4d52d28e06
commit f4d90688b9

@ -59,7 +59,7 @@ dispatch_queue_t sendingQueue() {
[recipients addObject:newRecipient];
}
failure:^(NSError *error) {
#warning Ignore sending message to him?
DDLogWarn(@"Not sending message to unknown recipient with error: %@", error);
latestError = error;
}];
} else {

Loading…
Cancel
Save