Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: deployUtil: add %s for logging call
......................................................................

deployUtil: add %s for logging call

In commit d78b36b50 introduces a logging call missing
%s which generates TypeError. With this error ovirt-node
registration is not able to complete.This patch adds the %s.

Change-Id: Id33223b453712f70086f1abec767f3c55f38c37b
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
---
M vdsm_reg/deployUtil.py.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/19/29819/1

diff --git a/vdsm_reg/deployUtil.py.in b/vdsm_reg/deployUtil.py.in
index a2cc89d..46d39a5 100644
--- a/vdsm_reg/deployUtil.py.in
+++ b/vdsm_reg/deployUtil.py.in
@@ -465,7 +465,7 @@
     if strIface is not None:
         ipv4addr, _, _, _ = netinfo.getIpInfo(strIface)
 
-    logging.debug("getMGTIP: Host MGT IP=", ipv4addr)
+    logging.debug("getMGTIP: Host MGT IP=%s", ipv4addr)
     return ipv4addr
 
 


-- 
To view, visit http://gerrit.ovirt.org/29819
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id33223b453712f70086f1abec767f3c55f38c37b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to