thomasvs - in flumotion/trunk: . flumotion/manager
commits at core.fluendo.com
commits at core.fluendo.com
Fri Nov 11 21:23:28 CET 2005
Author: thomasvs
Date: Fri Nov 11 21:23:28 2005
New Revision: 2480
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/manager/component.py
Log:
remove print
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Fri Nov 11 21:23:28 2005
@@ -1,5 +1,10 @@
2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
+ * flumotion/manager/component.py:
+ remove print
+
+2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
+
* flumotion/launch/inspect.py:
Fix flumotion-inspect with projects
Modified: flumotion/trunk/flumotion/manager/component.py
==============================================================================
--- flumotion/trunk/flumotion/manager/component.py (original)
+++ flumotion/trunk/flumotion/manager/component.py Fri Nov 11 21:23:28 2005
@@ -494,7 +494,7 @@
of elements feeding our eaters
@type feedersData: tuple of (name, host) tuples of our feeding elements
"""
- print 'calling remote_start on component %r' % self
+ self.debug('calling remote_start on component %r' % self)
d = self.mindCallRemote('start', eatersData, feedersData)
yield d
try:
More information about the flumotion-commit
mailing list