[orca] Add debugging message
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Add debugging message
- Date: Thu, 7 Mar 2019 14:33:22 +0000 (UTC)
commit 2dbaf97114e81d2b19cd93ff70fb07da96d28034
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Mar 7 15:32:52 2019 +0100
Add debugging message
src/orca/orca.py | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/orca/orca.py b/src/orca/orca.py
index a74b2f2e2..ef71e7097 100644
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
@@ -158,6 +158,8 @@ def setLocusOfFocus(event, obj, notifyScript=True, force=False):
return
if orca_state.activeScript:
+ msg = "ORCA: Active script is: %s" % orca_state.activeScript
+ debug.println(debug.LEVEL_INFO, msg, True)
if orca_state.activeScript.utilities.isZombie(obj):
msg = "ERROR: New locusOfFocus (%s) is zombie. Not updating." % obj
debug.println(debug.LEVEL_INFO, msg, True)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]