[pkg-haskell-tools] 01/03: dht what-to-upgrade: Fix printf

Joachim Breitner nomeata at moszumanska.debian.org
Mon Feb 22 23:13:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit 3ba5031498a717f78739a1cbf8cb4467a2addc61
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Jan 21 23:06:13 2016 +0100

    dht what-to-upgrade: Fix printf
---
 scripts/what-to-upgrade | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/what-to-upgrade b/scripts/what-to-upgrade
index 4057202..f9fc65c 100755
--- a/scripts/what-to-upgrade
+++ b/scripts/what-to-upgrade
@@ -66,8 +66,7 @@ for my $dir (@dirs) {
 		my $cabal_package = $1;
 
 		unless (exists $plan{$cabal_package}) {
-			printf STDERR "W: package %s not in the package plan\n",
-				$dir, $cabal_package;
+			printf STDERR "W: package %s not in the package plan\n", $cabal_package;
 			next
 		}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list