[orca/gnome-3-4] Include the obj in the debug output



commit b0fb0bb3af4d44461aa51ec1284b5577d286ba1d
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Apr 10 09:55:46 2012 -0400

    Include the obj in the debug output

 src/orca/generator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/generator.py b/src/orca/generator.py
index dfb9279..8fc3aca 100644
--- a/src/orca/generator.py
+++ b/src/orca/generator.py
@@ -186,7 +186,7 @@ class Generator:
         try:
             globalsDict['role'] = args.get('role', obj.getRole())
         except:
-            msg = 'Cannot generate presentation for: %s. Aborting'
+            msg = 'Cannot generate presentation for: %s. Aborting' % obj
             debug.println(debug.LEVEL_FINEST, msg)
             return result
         try:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]