[orca] Tweak debugging message
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Tweak debugging message
- Date: Thu, 1 Aug 2019 14:35:02 +0000 (UTC)
commit b12f0ef14c692bc5214a107b16f3be1e60543f74
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Aug 1 10:34:42 2019 -0400
Tweak debugging message
src/orca/scripts/web/script_utilities.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/orca/scripts/web/script_utilities.py b/src/orca/scripts/web/script_utilities.py
index 04fe9013a..f09dcfd45 100644
--- a/src/orca/scripts/web/script_utilities.py
+++ b/src/orca/scripts/web/script_utilities.py
@@ -4375,7 +4375,7 @@ class Utilities(script_utilities.Utilities):
'unvisitedLinks': 0}
docframe = self.documentFrame(obj)
- msg = "WEB: Could not get document frame for %s" % obj
+ msg = "WEB: Document frame for %s is %s" % (obj, docframe)
debug.println(debug.LEVEL_INFO, msg, True)
col = docframe.queryCollection()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]