Francesco Romani has uploaded a new change for review.

Change subject: virt: logging: rename vm logger
......................................................................

virt: logging: rename vm logger

'Virt.vm.Vm' seems redundant for a logger name,
so let's rename it to 'Virt.vm'.

Change-Id: I4d6e56fc34dc28467b3777aed9b4112506dd6ba7
Signed-off-by: Francesco Romani <[email protected]>
---
M vdsm/virt/vm.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/88/42688/1

diff --git a/vdsm/virt/vm.py b/vdsm/virt/vm.py
index dbfea94..69c44c7 100644
--- a/vdsm/virt/vm.py
+++ b/vdsm/virt/vm.py
@@ -240,7 +240,7 @@
     its behaviour.
     """
 
-    log = logging.getLogger("Virt.vm.Vm")
+    log = logging.getLogger("Virt.vm")
     # limit threads number until the libvirt lock will be fixed
     _ongoingCreations = threading.BoundedSemaphore(4)
     DeviceMapping = ((hwclass.DISK, vmdevices.storage.Drive),


-- 
To view, visit https://gerrit.ovirt.org/42688
To unsubscribe, visit https://gerrit.ovirt.org/settings

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

Reply via email to