[csw-devel] SF.net SVN: gar:[8691] csw/mgar/gar/v2/lib/python/opencsw.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Feb 19 18:51:13 CET 2010


Revision: 8691
          http://gar.svn.sourceforge.net/gar/?rev=8691&view=rev
Author:   wahwah
Date:     2010-02-19 17:51:13 +0000 (Fri, 19 Feb 2010)

Log Message:
-----------
mGAR v2: checkpkg, move pkgtrans logging to the debug level.

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

Modified: csw/mgar/gar/v2/lib/python/opencsw.py
===================================================================
--- csw/mgar/gar/v2/lib/python/opencsw.py	2010-02-19 17:42:12 UTC (rev 8690)
+++ csw/mgar/gar/v2/lib/python/opencsw.py	2010-02-19 17:51:13 UTC (rev 8691)
@@ -444,7 +444,7 @@
       args = [os.path.join(os.path.dirname(__file__),
                            "..", "..", "bin", "custom-pkgtrans"),
               gunzipped_path, self.GetWorkDir(), pkgname]
-      logging.info("transforming: %s", args)
+      logging.debug("transforming: %s", args)
       unused_retcode = self.ShellCommand(args, quiet=(not self.debug))
       dirs = self.GetDirs()
       if len(dirs) != 1:


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