From 5fb6b9a1346045a91657b96485ccbac5461c18fc Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 23 一月 2019 21:05:02 +0800
Subject: [PATCH] 3335 修改封包记录

---
 Utility/StageLoadTimeOutCatcher.cs |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/Utility/StageLoadTimeOutCatcher.cs b/Utility/StageLoadTimeOutCatcher.cs
index 1a7fed6..51d5bff 100644
--- a/Utility/StageLoadTimeOutCatcher.cs
+++ b/Utility/StageLoadTimeOutCatcher.cs
@@ -46,13 +46,12 @@
         {
             var title = StringUtility.Contact(stageId, "鍦板浘鍔犺浇瓒呮椂");
             var description = StringUtility.Contact(
-                                        "寮�濮嬫椂闂�:", startTime.ToString("HH:mm:ss"), ";",
-                                        "瓒呮椂鏃堕棿:", DateTime.Now.ToString("HH:mm:ss"),
-                                        "0102璁板綍:", got0102Time.ToString(), ";",
-                                        "A126璁板綍:", gotA126Time.ToString(), ";",
-                                        "A127璁板綍:", gotA127Time.ToString(), ";",
-                                        "0109璁板綍:", got0109Time.ToString(), ";",
-                                        "0107璁板綍:", send0107Time.ToString());
+                                        "寮�濮嬫椂闂�:", startTime.ToString("HH:mm:ss"), "$$",
+                                        got0102Time.ToString(), "$$",
+                                        gotA126Time.ToString(), "$$",
+                                        gotA127Time.ToString(), "$$",
+                                        got0109Time.ToString(), "$$",
+                                        send0107Time.ToString());
 
             ExceptionCatcher.ReportException(title, description);
             Stop();

--
Gitblit v1.8.0