Add error message info for entities

This commit is contained in:
2016-04-09 22:20:55 -04:00
parent 2c3aa9c989
commit b317f0c65a
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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);
}
}