diff options
-rwxr-xr-x | bin/pm_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pm_test b/bin/pm_test index 62d039b..558c464 100755 --- a/bin/pm_test +++ b/bin/pm_test @@ -155,7 +155,7 @@ class PowerManagementOperation(object): universal_newlines=True, shell=True)) except subprocess.CalledProcessError as e: logging.error('Error while running {0}:'.format(e.cmd)) - logging.error(e.output) + logging.exception(e.output) def summary(self): """ |