mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user