Commit dd728878 authored by Nick Thomas's avatar Nick Thomas

Merge branch...

Merge branch '41229-include-the-human-repo-name-in-gitlab-shell-log-when-hashed-storage-is-in-use' into 'master'

Resolve "Include the human repo name in gitlab-shell.log when hashed storage is in use"

Closes #41229

See merge request gitlab-org/gitlab-ce!18870
parents b7e9c968 f7eca916
......@@ -87,7 +87,7 @@ module Projects
new_path = removal_path(path)
if mv_repository(path, new_path)
log_info("Repository \"#{path}\" moved to \"#{new_path}\"")
log_info(%Q{Repository "#{path}" moved to "#{new_path}" for project "#{project.full_path}"})
project.run_after_commit do
# self is now project
......
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