From 124a948d61f50f14b7deac79463cc2f761a91a6d Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Sat, 5 Jun 2010 12:53:36 +0000 Subject: [PATCH] call_edos_depcheck: better logging for dep-wait checks --- bin/wanna-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wanna-build b/bin/wanna-build index 517b379..e76e2f8 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -2587,7 +2587,7 @@ sub call_edos_depcheck { for my $key (keys %interesting_packages_depwait) { if ($interesting_packages_depwait{$key}) { - print "dependency on $key not fullfiled yet\n" if $verbose || $simulate; + print "dep-wait for $key ($args->{'arch'}) not fullfiled yet\n" if $verbose || $simulate; next; } my $pkg = $db->{$key}; -- 2.39.2