[NEW PATCH] BZ#719301 clientIF: fix log typo. (via gerrit-bot)

David Naori dnaori at redhat.com
Wed Jul 6 15:11:52 UTC 2011


New patch submitted by David Naori (dnaori at redhat.com)

You can review this change at: http://gerrit.usersys.redhat.com/667

commit 62c25ccb5a6633e76289e60f926d507ec614ac11
Author: David Naori <dnaori at redhat.com>
Date:   Wed Jul 6 15:09:39 2011 +0300

    BZ#719301 clientIF: fix log typo.
    
    Change-Id: Iae1a8ba75df6e85b22184fe0fd9e7ccbecbb9b90

diff --git a/vdsm/clientIF.py b/vdsm/clientIF.py
index c1219e4..c5169a4 100644
--- a/vdsm/clientIF.py
+++ b/vdsm/clientIF.py
@@ -433,7 +433,7 @@ class clientIF:
         Destroy the specified VM.
         """
         self.vmContainerLock.acquire()
-        self.log.info("vmContainerLock aquired by vm %s", vmId)
+        self.log.info("vmContainerLock acquired by vm %s", vmId)
         try:
             v = self.vmContainer.get(vmId)
             if not v:
@@ -639,7 +639,7 @@ class clientIF:
             vmParams['displayIp'] = self._getNetworkIp(vmParams.get(
                                                         'displayNetwork'))
             self.vmContainerLock.acquire()
-            self.log.info("vmContainerLock aquired by vm %s", vmParams['vmId'])
+            self.log.info("vmContainerLock acquired by vm %s", vmParams['vmId'])
             try:
                 if 'recover' not in vmParams:
                     if vmParams['vmId'] in self.vmContainer:




More information about the vdsm-patches mailing list