Explorar el Código

test internal

Marino Faggiana hace 7 años
padre
commit
5bd6c40850
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      iOSClient/Main/CCMain.m

+ 4 - 0
iOSClient/Main/CCMain.m

@@ -1234,6 +1234,10 @@
 
 - (void)getEndToEndPrivateKeyFailure:(CCMetadataNet *)metadataNet message:(NSString *)message errorCode:(NSInteger)errorCode
 {
+    if (errorCode == 404) {
+        NSLog(@"Chiave non trovata");
+    }
+    
     NSLog(@"error");
 }