Lowercase initial word in some log messages.
[hooke.git] / hooke / __init__.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.'