chiark / gitweb /
log repository location
[userv-utils.git] / git-daemon / git-daemon-service.pl
index c62c9a2c5d7d70533cf7ebe30bc6c42d5a5aacd1..19b632713d43aecab250fe2b5b25bf8d824066fc 100755 (executable)
@@ -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