Add error message info for entities
This commit is contained in:
@@ -76,7 +76,7 @@ namespace LeafWeb.Core.Remote
|
||||
if (command.ExitStatus != 0)
|
||||
throw new PiscalClientException(command.Result);
|
||||
|
||||
_logger.Debug(command.Result);
|
||||
_logger.Debug("RunLeafInput result: " + command.Result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user