[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:31:28 UTC 2013


The following commit has been merged in the master branch:
commit ddbd2415c2b6bb1bf411ce8a76e317da62bcba36
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Mon May 20 11:55:41 2013 -0700

    Use the class name, not a hardcoded string

diff --git a/euca2ools/commands/bundle/bundle.py b/euca2ools/commands/bundle/bundle.py
index 70dbcae..7f0249a 100644
--- a/euca2ools/commands/bundle/bundle.py
+++ b/euca2ools/commands/bundle/bundle.py
@@ -56,7 +56,7 @@ class Bundle(object):
         self.enc_iv = None  # a hex string
         self.image_filename = None
         self.image_size = None
-        self.log = logging.getLogger("Bundle")
+        self.log = logging.getLogger(self.__class__.__name__)
         self.parts = None
         self._lock = threading.Lock()
 

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list