[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: r/harness: Add missing semi-colon



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 6cdb12759ffb29fc314c5bbefeaa00120a137838
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Feb 15 09:57:29 2014 +0100

    r/harness: Add missing semi-colon
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/harness | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reporting/harness b/reporting/harness
index 6e65cb3..36cff26 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -467,7 +467,7 @@ exit 0;
 
 sub Log {
     my ($msg) = @_;
-    my $ts = strftime('[%FT%T]: ', localtime())
+    my $ts = strftime('[%FT%T]: ', localtime());
     print {$LOG_FD} $ts, $msg,"\n";
     print $ts, $msg, "\n" if $opt{'to-stdout'};
     return;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: