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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Dec 29 01:11:54 CET 2010


Revision: 12115
          http://gar.svn.sourceforge.net/gar/?rev=12115&view=rev
Author:   wahwah
Date:     2010-12-29 00:11:53 +0000 (Wed, 29 Dec 2010)

Log Message:
-----------
checkpkg: Add more debug messages

Adding a debug msg to _ReportMissingDependencies().

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

Modified: csw/mgar/gar/v2/lib/python/checkpkg_lib.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg_lib.py	2010-12-29 00:11:22 UTC (rev 12114)
+++ csw/mgar/gar/v2/lib/python/checkpkg_lib.py	2010-12-29 00:11:53 UTC (rev 12115)
@@ -554,6 +554,8 @@
         ]
       ]
     """
+    logging.debug("_ReportMissingDependencies(error_mgr, %s, %s, %s)",
+        pkgname, declared_deps, req_pkgs_reasons)
     missing_reasons_by_pkg = {}
     for reason_group in req_pkgs_reasons:
       for pkg, reason in reason_group:


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