marinofaggiana 5 years ago
parent
commit
3b9d97ed21
1 changed files with 1 additions and 1 deletions
  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) {