Merge branch 'charlesmchen/fixCFail'

pull/1/head
Matthew Chen 8 years ago
commit 4609c508ec

@ -40,7 +40,6 @@
#define OWSCFail(message, ...) \ #define OWSCFail(message, ...) \
{ \ { \
if (!(X)) { \
NSString *formattedMessage = [NSString stringWithFormat:message, ##__VA_ARGS__]; \ NSString *formattedMessage = [NSString stringWithFormat:message, ##__VA_ARGS__]; \
DDLogError(@"%s %@", __PRETTY_FUNCTION__, formattedMessage); \ DDLogError(@"%s %@", __PRETTY_FUNCTION__, formattedMessage); \
[DDLog flushLog]; \ [DDLog flushLog]; \

Loading…
Cancel
Save