From: Andreas Barth Date: Sat, 5 Jun 2010 07:36:21 +0000 (+0000) Subject: better logging for edos-debbuildchange X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=f8f789a9bc26818736be3b9545f17eba5c18ddb6 better logging for edos-debbuildchange --- diff --git a/bin/wanna-build b/bin/wanna-build index 429a968..517b379 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -2578,7 +2578,7 @@ sub call_edos_depcheck { } if ($change) { log_ta( $pkg, "--merge-all (edos)" ) unless $simulate; - print "edos-builddebchange changed state of ${key}_$pkg->{'version'} to $pkg->{'state'}\n" if $verbose || $simulate; + print "edos-builddebchange changed state of ${key}_$pkg->{'version'} ($args->{'arch'}) to $pkg->{'state'}\n" if $verbose || $simulate; } if ($change || $problemchange) { update_source_info($pkg) unless $simulate; @@ -2599,7 +2599,7 @@ sub call_edos_depcheck { } log_ta( $pkg, "edos_depcheck: depwait" ) unless $simulate; update_source_info($pkg) unless $simulate; - print "edos-builddebchange changed state of ${key}_$pkg->{'version'} to $pkg->{'state'}\n" if $verbose || $simulate; + print "edos-builddebchange changed state of ${key}_$pkg->{'version'} ($args->{'arch'}) from dep-wait to $pkg->{'state'}\n" if $verbose || $simulate; } }