调整UnloadBaseRoutine中SlowPump()函数执行错误是的打印信息。

This commit is contained in:
THINKPAD 2022-10-18 14:38:06 +08:00
parent e6017c3033
commit 73d0afdcec
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ namespace Mainframe.UnLoads.Routines
if (!UnLoadDevice.SetSlowPumpValve(true, out string reason))
{
//Stop(reason);
EV.PostWarningLog(Module, reason);
EV.PostWarningLog(Module, Module + " " + Name + " failed, " + reason);
return false;
}