Lowercase initial word in some log messages.
authorW. Trevor King <wking@drexel.edu>
Fri, 13 Aug 2010 15:26:27 +0000 (11:26 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 13 Aug 2010 15:26:27 +0000 (11:26 -0400)
hooke/__init__.py
hooke/compat/minidom.py

index 64f309a205e8854fc7a978857c611eb3f9744762..30abbd1d30e38f4051a3682909af06617e9d67bd 100644 (file)
@@ -30,7 +30,7 @@ try:
     from .license import LICENSE as __license__
 except ImportError, e:
     import logging
-    logging.warn('Could not load LICENSE from hooke.license')
+    logging.warn('could not load LICENSE from hooke.license')
     __license__ = 'All rights reserved.' 
 
 
index dc20ebe67c5f580749131af544fa6b2ee775e7a5..01d3be03f1c41677162a891a938450debdc99bd8 100644 (file)
@@ -67,4 +67,4 @@ xml.dom.minidom.Element.writexml = instancemethod(
     writexml, None, xml.dom.minidom.Element)
 
 logging.warn(
-    'Monkey patched xml.dom.minidom.Element and ._write_data for issue5752')
+    'monkey patched xml.dom.minidom.Element and ._write_data for issue5752')