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 {