From f8f789a9bc26818736be3b9545f17eba5c18ddb6 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Sat, 5 Jun 2010 07:36:21 +0000 Subject: [PATCH] better logging for edos-debbuildchange --- bin/wanna-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.39.2