deskbar-applet r2054 - in trunk: . deskbar/interfaces
- From: sebp svn gnome org
- To: svn-commits-list gnome org
- Subject: deskbar-applet r2054 - in trunk: . deskbar/interfaces
- Date: Sun, 30 Mar 2008 17:27:41 +0100 (BST)
Author: sebp
Date: Sun Mar 30 17:27:41 2008
New Revision: 2054
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2054&view=rev
Log:
Changed debug level of "Action is not valid" from error to warning
Modified:
trunk/ChangeLog
trunk/deskbar/interfaces/Match.py
Modified: trunk/deskbar/interfaces/Match.py
==============================================================================
--- trunk/deskbar/interfaces/Match.py (original)
+++ trunk/deskbar/interfaces/Match.py Sun Mar 30 17:27:41 2008
@@ -164,7 +164,7 @@
beacause it's not valid
"""
if not action.is_valid():
- LOGGER.error("Action %r is not valid, not adding it" % action)
+ LOGGER.warning("Action %r is not valid, not adding it" % action)
return False
if not action.get_hash() in self.__actions_hashes:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]