Replace compiler warning with logging message
// FREEBIE
This commit is contained in:
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…
Reference in New Issue
Block a user