]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Rcs/git.pm
web commit by JonasSmedegaard: Linkify 2nd patch.
[git.ikiwiki.info.git] / IkiWiki / Rcs / git.pm
index 9f64b8630dce9c6f8d4f6c08de51ad551fc24c51..563d10859eb6edb71a3ba03e838a9dd319f704d5 100644 (file)
@@ -467,7 +467,7 @@ sub rcs_getctime ($) { #{{{
        my $sha1  = git_sha1($file);
        my $ci    = git_commit_info($sha1);
        my $ctime = $ci->{'author_epoch'};
-       debug("ctime for '$file': ". localtime($ctime) . "\n");
+       debug("ctime for '$file': ". localtime($ctime));
 
        return $ctime;
 } #}}}