]> git.decadent.org.uk Git - dak.git/commitdiff
debianqueued: log which .dak-commands file we are processing
authorAnsgar Burchardt <ansgar@debian.org>
Wed, 19 Sep 2012 14:47:18 +0000 (16:47 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Wed, 19 Sep 2012 14:47:18 +0000 (16:47 +0200)
tools/debianqueued-0.9/debianqueued

index 3e6400f827f15da5ee4084a7c04e945ac149027d..45f1242781fe7bc54948fa66a19ad215957b2e22 100755 (executable)
@@ -1132,6 +1132,8 @@ outer_loop: while (<CHANGES>) {
 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;