[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:17:55 UTC 2011


The following commit has been merged in the debian branch:
commit d4dc93529e19e00a868bd0975c10088656368d4a
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Thu Aug 20 01:35:42 2009 +0200

    opimd: accidentaly commited too lot. Fixing.

diff --git a/framework/subsystems/opimd/backend_manager.py b/framework/subsystems/opimd/backend_manager.py
index beb0429..20f3263 100644
--- a/framework/subsystems/opimd/backend_manager.py
+++ b/framework/subsystems/opimd/backend_manager.py
@@ -107,10 +107,10 @@ class BackendManager(DBusFBObject):
                     logger.debug("not loading entries for backend %s, cause it was disabled in config", backend)
                 else:
                     logger.debug("loading entries for backend %s", backend)
-#                    try:
-                    yield backend.load_entries()
-#                    except:
-#                        logger.error("Could not load entries for backend %s!", backend)
+                    try:
+                        yield backend.load_entries()
+                    except:
+                        logger.error("Could not load entries for backend %s!", backend)
             init_all(backend).start()
 
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list