[kupfer: 27/51] launch: disable matcher service debug message



commit 0e57edcec1d477e059228dfc72b88c5d8b5ffb4a
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Mon Mar 28 16:51:45 2011 +0200

    launch: disable matcher service debug message

 kupfer/launch.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/launch.py b/kupfer/launch.py
index bec99b3..5e6b21c 100644
--- a/kupfer/launch.py
+++ b/kupfer/launch.py
@@ -192,7 +192,7 @@ class ApplicationsMatcherService (pretty.OutputMixin):
 	def _find_application(self, app_id, pid, timeout):
 		if self._has_match(app_id):
 			return False
-		self.output_debug("Looking for window for application", app_id)
+		#self.output_debug("Looking for window for application", app_id)
 		for w in self._get_wnck_screen_windows_stacked():
 			app = w.get_application()
 			app_pid = app.get_pid()



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