fix recipe error msg
This commit is contained in:
@@ -147,7 +147,7 @@ namespace Thermo.Active.Controllers.WebApi
|
||||
CmsError libraryError = ncAdapter.Connect();
|
||||
if (libraryError.errorCode != 0)
|
||||
{
|
||||
ThermoActiveLogger.LogError($"NC Not connected! | ConfirmEdit | {libraryError.exception}");
|
||||
ThermoActiveLogger.LogError($"NC Not connected! | Recipe ConfirmEdit | {libraryError.exception}");
|
||||
return InternalServerError();
|
||||
}
|
||||
|
||||
@@ -203,7 +203,7 @@ namespace Thermo.Active.Controllers.WebApi
|
||||
CmsError libraryError = ncAdapter.Connect();
|
||||
if (libraryError.errorCode != 0)
|
||||
{
|
||||
ThermoActiveLogger.LogError($"NC Not connected! | CancelEdit | {libraryError.exception}");
|
||||
ThermoActiveLogger.LogError($"NC Not connected! | Recipe CancelEdit | {libraryError.exception}");
|
||||
return InternalServerError();
|
||||
}
|
||||
|
||||
@@ -441,7 +441,7 @@ namespace Thermo.Active.Controllers.WebApi
|
||||
}
|
||||
catch(Exception exc)
|
||||
{
|
||||
ThermoActiveLogger.LogError($"SaveCurrentRecipeParams exception | {exc}");
|
||||
ThermoActiveLogger.LogError($"Recipe | SaveCurrentRecipeParams exception | {exc}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user