From c56870bfd90ed2d6730c7d74dee01c2ed4a85d34 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 26 Jun 2014 09:40:35 +0200 Subject: Fix informal message Packages don't map shared objects --- whatmaps/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatmaps/command.py b/whatmaps/command.py index e02b176..29996b1 100755 --- a/whatmaps/command.py +++ b/whatmaps/command.py @@ -209,7 +209,7 @@ def main(argv): if level > logging.INFO: logging.error("Getting Service listing not implemented " "for distribution %s - rerun with --verbose to see a list" - "of binaries and packages to map a shared objects from %s", + "of binaries that map a shared objects from %s", distro.id, args) return 1 else: -- cgit v1.2.3