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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Mar 17 17:51:03 CET 2014


Revision: 23246
          http://sourceforge.net/p/gar/code/23246
Author:   wahwah
Date:     2014-03-17 16:51:03 +0000 (Mon, 17 Mar 2014)
Log Message:
-----------
checkpkg: Don't display the password message

It shows up on every checkpkg run. Let's hide this message and only display it
in the debug mode.

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-17 16:50:53 UTC (rev 23245)
+++ csw/mgar/gar/v2/lib/python/rest.py	2014-03-17 16:51:03 UTC (rev 23246)
@@ -542,6 +542,6 @@
     else:
       logging.debug('Failed running %r', args)
 
-  logging.warning('Could not find password for user %r.', username)
+  logging.debug('Could not find password for user %r.', username)
 
   return username, password

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