[kupfer] commandexec: Use debug output for async results



commit e249f46d40c9f39c9c6d18540b8b81ae5c1a2486
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Sun May 9 16:25:25 2010 +0100

    commandexec: Use debug output for async results

 kupfer/commandexec.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/commandexec.py b/kupfer/commandexec.py
index 32b768f..b5c5fc3 100644
--- a/kupfer/commandexec.py
+++ b/kupfer/commandexec.py
@@ -204,7 +204,7 @@ class ActionExecutionContext (gobject.GObject, pretty.OutputMixin):
 
 		If @show, possibly display the result to the user.
 		"""
-		self.output_info("Late result", repr(result), "for", token)
+		self.output_debug("Late result", repr(result), "for", token)
 		command_id, (_ign1, action, _ign2) = token
 		if result is None:
 			raise ActionExecutionError("Late result from %s was None" % action)



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