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) {
                         [[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) {
                     } else if (subject) {