Alon Bar-Lev has uploaded a new change for review. Change subject: vdsm: hardware: add more verbose debug ......................................................................
vdsm: hardware: add more verbose debug Change-Id: Ie4449d076713e47e947e1c0060616e4e5d334e85 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/plugins/ovirt-host-deploy/vdsm/hardware.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/04/11604/1 diff --git a/src/plugins/ovirt-host-deploy/vdsm/hardware.py b/src/plugins/ovirt-host-deploy/vdsm/hardware.py index 98dfd90..31117c4 100644 --- a/src/plugins/ovirt-host-deploy/vdsm/hardware.py +++ b/src/plugins/ovirt-host-deploy/vdsm/hardware.py @@ -52,7 +52,7 @@ with open('/proc/cpuinfo', 'r') as f: for line in f.readlines(): - self.logger.debug('cpuinfo: %s', line) + self.logger.debug('cpuinfo: %s', line.strip()) if ':' in line: k, v = line.split(':', 1) -- To view, visit http://gerrit.ovirt.org/11604 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie4449d076713e47e947e1c0060616e4e5d334e85 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
