Include project.full_path when moving repo

This is especially helpful when hashed storage is enabled
This commit is contained in:
Ash McKenzie 2018-05-10 16:24:57 +10:00
parent 93498185a7
commit f7eca91677

View file

@ -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