Manos Chorianopoulos

fix truncaiting logs

......@@ -49,6 +49,8 @@
*/
#define WL_FMDBLogError if ([_db hadError]) { WLLOG(@"Err %d: %@", [_db lastErrorCode], [_db lastErrorMessage]); }
#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
/*!
@typedef _WLResultCodes
@abstract Warply related custom result codes.
......