deskbar-applet r2029 - trunk/deskbar/ui/cuemiac



Author: sebp
Date: Thu Mar 20 10:12:04 2008
New Revision: 2029
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2029&view=rev

Log:
Used lowercase logger instead of uppercase

Modified:
   trunk/deskbar/ui/cuemiac/CuemiacModel.py

Modified: trunk/deskbar/ui/cuemiac/CuemiacModel.py
==============================================================================
--- trunk/deskbar/ui/cuemiac/CuemiacModel.py	(original)
+++ trunk/deskbar/ui/cuemiac/CuemiacModel.py	Thu Mar 20 10:12:04 2008
@@ -115,7 +115,7 @@
         """
         match_iter = self.__match_hashes[hash]
         match_obj = self[match_iter][self.MATCHES]
-        logger.debug ("Adding %i actions to match %r" % (len(actions), match_obj))
+        LOGGER.debug ("Adding %i actions to match %r" % (len(actions), match_obj))
         match_obj.add_all_actions(actions)
     
     def __append_match(self, match_obj, query_string):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]