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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jan 20 10:46:15 CET 2012


Revision: 16846
          http://gar.svn.sourceforge.net/gar/?rev=16846&view=rev
Author:   wahwah
Date:     2012-01-20 09:46:15 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
checkpkg: Add a missing string interpolation

An error message was missing the library name and was displaying a bare "%s".

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

Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py	2012-01-20 09:45:45 UTC (rev 16845)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2012-01-20 09:46:15 UTC (rev 16846)
@@ -1330,7 +1330,8 @@
              "that shared library.  This problem has occurred with relation "
              "to libnet. "
              "For information how to update such library, please see: "
-             "http://wiki.opencsw.org/project-libnet")
+             "http://wiki.opencsw.org/project-libnet" %
+             binary_info["path"])
       messenger.Message(msg)
       error_mgr.ReportError(
           "soname-equals-filename",

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