Commit 033101d9 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'dstanley-master-patch-42066' into 'master'

Log repository full_path in repository check error log

See merge request gitlab-org/gitlab!65706
parents 965bb0d6 8f8269b5
......@@ -46,7 +46,7 @@ module RepositoryCheck
true
rescue Gitlab::Git::Repository::GitError => e
Gitlab::RepositoryCheckLogger.error(e.message)
Gitlab::RepositoryCheckLogger.error("#{repository.full_path}: #{e.message}")
false
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment