From: Andreas Barth Date: Sat, 5 Jun 2010 12:53:36 +0000 (+0000) Subject: call_edos_depcheck: better logging for dep-wait checks X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=124a948d61f50f14b7deac79463cc2f761a91a6d call_edos_depcheck: better logging for dep-wait checks --- 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};