Commit 56c8125e authored by Robert Speicher's avatar Robert Speicher

Merge branch 'improve-destroy-logging' into 'master'

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

See merge request !4114
parents 24f353ed f2548f3f
......@@ -35,7 +35,7 @@ module Projects
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)
true
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