Commit f2548f3f authored by Stan Hu's avatar Stan Hu

Improve log message when a project is destroyed to include the namespace

parent ae25c19e
...@@ -35,7 +35,7 @@ module Projects ...@@ -35,7 +35,7 @@ module Projects
end end
end end
log_info("Project \"#{project.name}\" was removed") log_info("Project \"#{project.path_with_namespace}\" was removed")
system_hook_service.execute_hooks_for(project, :destroy) system_hook_service.execute_hooks_for(project, :destroy)
true true
end 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