Commit 8f8269b5 authored by Diana Stanley's avatar Diana Stanley Committed by Douglas Barbosa Alexandre

Log repository full_path in repository check error log

parent aea99537
......@@ -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