[Sugar-devel] [PATCH] cleaned up grammar of debug message

Walter Bender walter at sugarlabs.org
Mon Jun 6 14:26:06 EDT 2011


From: Walter Bender <walter.bender at gmail.com>

---
 src/jarabe/view/viewsource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/jarabe/view/viewsource.py b/src/jarabe/view/viewsource.py
index 0b851a6..a9f6e12 100644
--- a/src/jarabe/view/viewsource.py
+++ b/src/jarabe/view/viewsource.py
@@ -81,7 +81,7 @@ def setup_view_source(activity):
             logging.exception('Exception occured in GetDocumentPath():')
 
     if bundle_path is None and document_path is None:
-        _logger.debug('Activity without bundle_path nor document_path')
+        _logger.debug('Activity with neither a bundle_path nor a document_path')
         return
 
     view_source = ViewSource(window_xid, bundle_path, document_path,
-- 
1.7.4.4



More information about the Sugar-devel mailing list