thomasvs - in flumotion/trunk: . flumotion/manager
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Fri Jul 6 19:39:16 CEST 2007
Author: thomasvs
Date: Fri Jul 6 19:39:08 2007
New Revision: 5305
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/manager/depgraph.py
Log:
* flumotion/manager/depgraph.py:
Make the exception have correct text so I can follow what's going
on.
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Fri Jul 6 19:39:08 2007
@@ -1,3 +1,9 @@
+2007-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * flumotion/manager/depgraph.py:
+ Make the exception have correct text so I can follow what's going
+ on.
+
2007-07-06 Arek Korbik <arkadini at gmail.com>
* flumotion/component/consumers/disker/disker.py
Modified: flumotion/trunk/flumotion/manager/depgraph.py
==============================================================================
--- flumotion/trunk/flumotion/manager/depgraph.py (original)
+++ flumotion/trunk/flumotion/manager/depgraph.py Fri Jul 6 19:39:08 2007
@@ -232,9 +232,9 @@
if not feederFound:
raise errors.ComponentConfigError(eatingComponent,
- "No feeder exists for eater %s on component %s"
- " feeding from %s" % (eater, eatingComponent,
- feed))
+ "No feeder exists feeding %s to eater"
+ " %s on component %s" % (
+ feed, eater, eatingComponent))
def whatShouldBeStarted(self):
"""
More information about the flumotion-commit
mailing list