[orca] Fix debugging line
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix debugging line
- Date: Sun, 29 Nov 2015 04:38:09 +0000 (UTC)
commit 8e2cb3a92243b584960a803a35cbdf81a8a70b02
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Sat Nov 28 23:36:08 2015 -0500
Fix debugging line
src/orca/event_manager.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/event_manager.py b/src/orca/event_manager.py
index 4e820c3..6ed9fc4 100644
--- a/src/orca/event_manager.py
+++ b/src/orca/event_manager.py
@@ -641,7 +641,7 @@ class EventManager:
if state and state.contains(pyatspi.STATE_ICONIFIED):
msg = 'EVENT MANAGER: Ignoring iconified object: %s' % event.source
- debug.println(debug.LEVEL_INFO, True)
+ debug.println(debug.LEVEL_INFO, msg, True)
return
if not debug.eventDebugFilter or debug.eventDebugFilter.match(eType) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]