mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
small text fix
This commit is contained in:
parent
ef9a0ce0b2
commit
e2814f2674
@ -159,7 +159,7 @@ class DeployedServiceRemover(Job):
|
||||
userService.delete()
|
||||
servicePool.userServices.all().delete()
|
||||
for publication in servicePool.publications.all():
|
||||
logger.warning('Force removing publication %s', publication)
|
||||
logger.warning('Force removing %s', publication)
|
||||
publication.delete()
|
||||
|
||||
servicePool.removed() # Mark it as removed, let model decide what to do
|
||||
|
Loading…
Reference in New Issue
Block a user