Replace compiler warning with logging message

// FREEBIE
This commit is contained in:
Michael Kirk 2016-08-25 09:57:36 -04:00
parent 4d52d28e06
commit f4d90688b9

View File

@ -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 {