marinofaggiana 5 жил өмнө
parent
commit
3b9d97ed21

+ 1 - 1
iOSClient/AppDelegate.m

@@ -552,7 +552,7 @@ PKPushRegistry *pushRegistry;
                         }
                         
                         [[OCNetworking sharedManager] deletingServerNotification:result.url notificationId:notificationId completion:^(NSString *message, NSInteger errorCode) {
-                            NSLog(@"Deleting Server Notification error: %ld", errorCode);
+                            NSLog(@"Deleting Server Notification error: %ld", (long)errorCode);
                         }];
                         
                     } else if (subject) {