zaheer - in flumotion/trunk: . flumotion/component/combiners/switch

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Thu May 10 18:15:23 CEST 2007


Author: zaheer
Date: Thu May 10 18:15:21 2007
New Revision: 4930

Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/flumotion/component/combiners/switch/switch.py
Log:
	* flumotion/component/combiners/switch/switch.py (Switch, SingleSwitch,
	  AVSwitch):
	Change log categories.



Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Thu May 10 18:15:21 2007
@@ -1,5 +1,11 @@
 2007-05-10  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
 
+	* flumotion/component/combiners/switch/switch.py (Switch, SingleSwitch,
+	  AVSwitch):
+	Change log categories.
+
+2007-05-10  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
+
 	* flumotion/component/Makefile.am:
 	* flumotion/component/component.xml:
 	Fix distcheck and fix bundling of switch component.

Modified: flumotion/trunk/flumotion/component/combiners/switch/switch.py
==============================================================================
--- flumotion/trunk/flumotion/component/combiners/switch/switch.py	(original)
+++ flumotion/trunk/flumotion/component/combiners/switch/switch.py	Thu May 10 18:15:21 2007
@@ -30,7 +30,7 @@
         return self.comp.switchToBackup()
 
 class Switch(feedcomponent.MultiInputParseLaunchComponent):
-    logCategory = 'conv-switch'
+    logCategory = 'comb-switch'
     componentMediumClass = SwitchMedium
 
     def init(self):
@@ -55,7 +55,7 @@
                                          'switchToBackup')
 
 class SingleSwitch(Switch):
-    logCategory = "conv-single-switch"
+    logCategory = "comb-single-switch"
 
     def init(self):
         Switch.init(self)
@@ -113,7 +113,7 @@
         self.uiState.set("active-eater", "backup")
 
 class AVSwitch(Switch):
-    logCategory = "conv-av-switch"
+    logCategory = "comb-av-switch"
 
     def init(self):
         Switch.init(self)


More information about the flumotion-commit mailing list