[orca] Tweak debugging output
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Tweak debugging output
- Date: Mon, 17 Feb 2020 13:37:19 +0000 (UTC)
commit 0ad0c9a2a01115fe4df48955443201d4895519e6
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Feb 17 14:36:57 2020 +0100
Tweak debugging output
src/orca/orca.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/orca.py b/src/orca/orca.py
index d45daec82..13d9b468d 100644
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
@@ -227,8 +227,8 @@ def deviceChangeHandler(deviceManager, device):
"""New keyboards being plugged in stomp on our changes to the keymappings, so we have to re-apply"""
source = device.get_source()
if source == Gdk.InputSource.KEYBOARD:
- msg = "Keyboard change detected, re-creating the xmodmap"
- debug.println(debug.LEVEL_ALL, msg, True)
+ msg = "ORCA: Keyboard change detected, re-creating the xmodmap"
+ debug.println(debug.LEVEL_INFO, msg, True)
_createOrcaXmodmap()
def updateKeyMap(keyboardEvent):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]