[lintian] 02/02: c/r-lintian-harness: Add a line of output before log rewrite
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository lintian.
commit bcecf73db69524a2ad2328aa7996b2eec7d43d42
Author: Niels Thykier <niels@thykier.net>
Date: Thu Feb 15 20:49:55 2018 +0000
c/r-lintian-harness: Add a line of output before log rewrite
With the last message being lintian has terminated it just feels like
r-lintian-harness hang while it is rewriting the logs. By adding a
note, it becomes obvious to anyone tailing the log that
r-lintian-harness is working on something useful that will take a
while.
Signed-off-by: Niels Thykier <niels@thykier.net>
---
commands/reporting-lintian-harness.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/commands/reporting-lintian-harness.pm b/commands/reporting-lintian-harness.pm
index e824c56..8ff1a5e 100644
--- a/commands/reporting-lintian-harness.pm
+++ b/commands/reporting-lintian-harness.pm
@@ -399,6 +399,7 @@ sub process_worklist {
} else {
log_msg('Lintian finished successfully');
}
+ log_msg('Updating the lintian log used for reporting');
my $filter = generate_log_filter($state, \%processed);
seek($nfd, 0, SEEK_END);
update_lintian_log($filter, $nfd, $new_lintian_log);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: