From c6689f941359227f0b99b20b9400ccbab81b671c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 14 八月 2018 17:02:09 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/SystemSetting/SetPrivateModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/SystemSetting/SetPrivateModel.cs b/System/SystemSetting/SetPrivateModel.cs
index 79f00b2..7e0d36e 100644
--- a/System/SystemSetting/SetPrivateModel.cs
+++ b/System/SystemSetting/SetPrivateModel.cs
@@ -98,7 +98,7 @@
             for (int i = 0; i < switchBtnLength; i++)
             {
                 bool isOpen = MathUtility.GetBitValue(setting.OnoffBit, (ushort)i);
-                DesignDebug.Log("SetServerPushModel:" + i + "bool:" + isOpen);
+                DebugEx.Log("SetServerPushModel:" + i + "bool:" + isOpen);
                 pushSetDict.Add(i, isOpen);
             }
             AnalysisFreeTime(setting.TimeStr);

--
Gitblit v1.8.0