diff options
author | Johan Sørensen <johan@johansorensen.com> | 2008-04-15 23:23:13 +0200 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2008-04-15 23:23:13 +0200 |
commit | f6a54fc691a0c4450042e2f591f14c0486ae8df0 (patch) | |
tree | a5c869b0805c5ed85434b487ee0b02dcd7569f87 /script/git-daemon | |
parent | cdf2711b5d3fda110574a98425a82d410d97f68a (diff) | |
download | gitorious-mainline-outdated-f6a54fc691a0c4450042e2f591f14c0486ae8df0.zip gitorious-mainline-outdated-f6a54fc691a0c4450042e2f591f14c0486ae8df0.tar.gz gitorious-mainline-outdated-f6a54fc691a0c4450042e2f591f14c0486ae8df0.tar.bz2 |
Timestamp logentries
Diffstat (limited to 'script/git-daemon')
-rwxr-xr-x | script/git-daemon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/git-daemon b/script/git-daemon index a871e86..3429105 100755 --- a/script/git-daemon +++ b/script/git-daemon @@ -115,7 +115,7 @@ class Daemon end def log(pid, msg) - $stderr.puts "[#{pid}] #{msg}" + $stderr.puts "#{Time.now.strftime("%Y-%m-%d %H:%M:%S")} [#{pid}] #{msg}" end end |