marinofaggiana 5 роки тому
батько
коміт
3b9d97ed21
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      iOSClient/AppDelegate.m

+ 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) {