]> git.donarmstrong.com Git - wannabuild.git/commitdiff
call_edos_depcheck: better logging for dep-wait checks
authorAndreas Barth <aba@not.so.argh.org>
Sat, 5 Jun 2010 12:53:36 +0000 (12:53 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Sat, 5 Jun 2010 12:53:36 +0000 (12:53 +0000)
bin/wanna-build

index 517b3791efacc5da8516b2b2fa0c2116200cdf20..e76e2f80eadf58eb082b2afdc9c30f67818db872 100755 (executable)
@@ -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};