[sabayon] Print debug log to stderr as well as the ring buffer
- From: Federico Mena Quintero <federico src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sabayon] Print debug log to stderr as well as the ring buffer
- Date: Thu, 30 Jul 2009 22:39:57 +0000 (UTC)
commit 5bdf1198b792a19c858e9776a7198f35f6b94467
Author: Federico Mena Quintero <federico novell com>
Date: Thu Jul 30 13:19:26 2009 -0500
Print debug log to stderr as well as the ring buffer
lib/debuglog.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/debuglog.py b/lib/debuglog.py
index 52a4824..623a052 100644
--- a/lib/debuglog.py
+++ b/lib/debuglog.py
@@ -264,6 +264,8 @@ def debug_log (is_milestone, domain, msg):
domain,
msg))
+ sys.stderr.write (msg + "\n")
+
_debug_log_log.add_to_ring (msg)
if is_milestone:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]