diff options
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index aeea0da..7ec1621 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -25,6 +25,7 @@ class GitlabShell else message = "gitlab-shell: Access denied for git command <#{@origin_cmd}> by #{log_username}." $logger.warn message + $stderr.puts "Access denied." end else message = "gitlab-shell: Attempt to execute disallowed command <#{@origin_cmd}> by #{log_username}." |