SF.net SVN: gar:[23237] csw/mgar/gar/v2/lib/python/rest.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Mar 16 13:36:29 CET 2014


Revision: 23237
          http://sourceforge.net/p/gar/code/23237
Author:   wahwah
Date:     2014-03-16 12:36:28 +0000 (Sun, 16 Mar 2014)
Log Message:
-----------
pkgdb: Remove the word 'Error'

It looks worse than it is.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/rest.py

Modified: csw/mgar/gar/v2/lib/python/rest.py
===================================================================
--- csw/mgar/gar/v2/lib/python/rest.py	2014-03-16 12:36:21 UTC (rev 23236)
+++ csw/mgar/gar/v2/lib/python/rest.py	2014-03-16 12:36:28 UTC (rev 23237)
@@ -531,7 +531,7 @@
     with open(authfile, 'r') as af:
       password = af.read().strip()
   except IOError as e:
-    logging.debug("Error reading %s: %s", authfile, e)
+    logging.debug("%s could not be read: %s", authfile, e)
 
   if password is None:
     # This part is specific to OpenCSW buildfarm.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list