sebastien - in flumotion/trunk: . flumotion/twisted
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Tue Jun 26 17:29:51 CEST 2007
Author: sebastien
Date: Tue Jun 26 17:29:48 2007
New Revision: 5252
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/twisted/flavors.py
Log:
* flumotion/twisted/flavors.py (StateRemoteCache._notifyListeners):
None was used as logging category, and it's not supported.
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Tue Jun 26 17:29:48 2007
@@ -1,3 +1,8 @@
+2007-06-26 Sebastien Merle <sebastien at fluendo.com>
+
+ * flumotion/twisted/flavors.py (StateRemoteCache._notifyListeners):
+ None was used as logging category, and it's not supported.
+
2007-06-26 Christian Schaller <christian at fluendo.com>
* data/flumotion-admin.desktop.in: Update Categories according to
Modified: flumotion/trunk/flumotion/twisted/flavors.py
==============================================================================
--- flumotion/trunk/flumotion/twisted/flavors.py (original)
+++ flumotion/trunk/flumotion/twisted/flavors.py Tue Jun 26 17:29:48 2007
@@ -337,7 +337,8 @@
proc(self, *args)
except Exception, e:
# These are all programming errors
- log.warning(None, 'Exception in StateCache handler: %s',
+ log.warning("stateremotecache",
+ 'Exception in StateCache handler: %s',
log.getExceptionMessage(e))
def observe_set(self, key, value):
More information about the flumotion-commit
mailing list