Browse Source

修复消息log文件名跟行号错误的bug

tanghai 7 years ago
parent
commit
5dc3384d68

+ 1 - 1
Server/Model/Base/Log.cs

@@ -48,7 +48,7 @@ namespace ETModel
 
 		public static void Msg(object message)
 		{
-			Debug(MongoHelper.ToJson(message));
+			globalLog.Debug(MongoHelper.ToJson(message));
 		}
     }
 }

File diff suppressed because it is too large
+ 0 - 0
Unity/Unity.Editor.csproj


File diff suppressed because it is too large
+ 0 - 0
Unity/Unity.Hotfix.csproj


File diff suppressed because it is too large
+ 0 - 0
Unity/Unity.Model.csproj


File diff suppressed because it is too large
+ 0 - 0
Unity/Unity.ThirdParty.csproj


Some files were not shown because too many files changed in this diff