1
0
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:
Adolfo Gómez García 2023-03-24 15:05:14 +01:00
parent ef9a0ce0b2
commit e2814f2674
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -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