diff --git a/WinFormsAppVisitorDeploy/.vs/WinFormsAppVisitorDeploy/v16/.suo b/WinFormsAppVisitorDeploy/.vs/WinFormsAppVisitorDeploy/v16/.suo index d6a0d7d..924d8c7 100644 Binary files a/WinFormsAppVisitorDeploy/.vs/WinFormsAppVisitorDeploy/v16/.suo and b/WinFormsAppVisitorDeploy/.vs/WinFormsAppVisitorDeploy/v16/.suo differ diff --git a/WinFormsAppVisitorDeploy/Form1.cs b/WinFormsAppVisitorDeploy/Form1.cs index 3ac945e..0a91909 100644 --- a/WinFormsAppVisitorDeploy/Form1.cs +++ b/WinFormsAppVisitorDeploy/Form1.cs @@ -1256,7 +1256,7 @@ namespace WinFormsAppVisitorDeploy /// private void LogDebug(string msg) { - MyLogHelper.WriteMsg(new LogInfoMo() { message = msg, msgType = EnumLogMsgTypeEnum.Error, path = "Error" }); + MyLogHelper.WriteMsg(new LogInfoMo() { message = msg, msgType = EnumLogMsgTypeEnum.Debug, path = "Error" }); }