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

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

See merge request !4114
This commit is contained in:
Robert Speicher
2016-05-11 13:21:26 +00:00
+1 -1
View File
@@ -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