X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/userv-utils/blobdiff_plain/3b32ef57ecb04c10f67ea6f424cf599aa2d07aef..cb5c438e93240f2a63835b24fdd66edf9e9b31dc:/git-daemon/git-daemon-service.pl diff --git a/git-daemon/git-daemon-service.pl b/git-daemon/git-daemon-service.pl index c62c9a2..19b6327 100755 --- a/git-daemon/git-daemon-service.pl +++ b/git-daemon/git-daemon-service.pl @@ -18,7 +18,7 @@ our ($service,$client,$dir,$repo); ${$main::{$_}} = $ENV{"USERV_U_$_"} for grep s/^USERV_U_//, keys %ENV; -openlog 'userv-$service', 'pid', 'daemon'; +openlog "userv-$service", 'pid', 'daemon'; sub fail { syslog 'err', "$client @_"; exit } $_ = our $uri; @@ -36,6 +36,7 @@ fail "bad repository in $uri" if $check_repo and $repo !~ /^[0-9A-Za-z._-]+[.]git$/; fail "repository not exported for $uri" if $check_export and not -e "$dir/git-daemon-export-ok"; +syslog 'info', "$client $dir"; my @cmd = ($service, '--strict', '--timeout=30', $dir); no warnings; # suppress errors to stderr