marinofaggiana 4 년 전
부모
커밋
be0a8aca95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Networking/NCNetworking.swift

+ 1 - 1
iOSClient/Networking/NCNetworking.swift

@@ -138,7 +138,7 @@ import Queuer
 
         BIO_free(mem)
         if x509cert == nil {
-            print("[LOG] OpenSSL couldn't parse X509 Certificate")
+            NCCommunicationCommon.shared.writeLog("[LOG] OpenSSL couldn't parse X509 Certificate")
         } else {
             if FileManager.default.fileExists(atPath: certNamePath) {
                 do {