From: Ansgar Burchardt Date: Wed, 19 Sep 2012 14:47:18 +0000 (+0200) Subject: debianqueued: log which .dak-commands file we are processing X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=4102d0b25732a3fc964e2d3537605c344337c4bb debianqueued: log which .dak-commands file we are processing --- diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index 3e6400f8..45f12427 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -1132,6 +1132,8 @@ outer_loop: while () { sub process_dak_commands { my $commands = shift; + msg("log", "processing ${main::current_incoming_short}/$commands\n"); + # TODO: get mail address from signed contents # and NOT implement a third parser for armored PGP... $main::mail_addr = undef;