From af4101b1d8461331bc3163b738fc75d4bf67c85c Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 28 七月 2020 17:47:44 +0800
Subject: [PATCH] 2020-07-28-1

---
 Shared.IOS/Server.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Shared.IOS/Server.cs b/Shared.IOS/Server.cs
old mode 100755
new mode 100644
index 0e192f4..1928397
--- a/Shared.IOS/Server.cs
+++ b/Shared.IOS/Server.cs
@@ -33,12 +33,12 @@
 
                         beginGetContext(listener);
 
-                        System.Console.WriteLine("闊充箰鏈嶅姟鍚姩鎴愬姛!");
+                        Shared.HDLUtils.WriteLine("闊充箰鏈嶅姟鍚姩鎴愬姛!");
                     }
                 }
                 catch (Exception e)
                 {
-                    System.Console.WriteLine("闊充箰鏈嶅姟鍚姩澶辫触!" + e.Message);
+                    Shared.HDLUtils.WriteLine("闊充箰鏈嶅姟鍚姩澶辫触!" + e.Message);
                 }
                 finally { }
             });
@@ -54,7 +54,7 @@
                 }catch{}
             }
             listener = null;
-            System.Console.WriteLine("闊充箰鏈嶅姟鍋滄!");
+            Shared.HDLUtils.WriteLine("闊充箰鏈嶅姟鍋滄!");
         }
         static string getTempPath()
         {

--
Gitblit v1.8.0