diff --git a/server/src/uds/core/workers/service_pool_cleaner.py b/server/src/uds/core/workers/service_pool_cleaner.py index 28a6b7d97..320469750 100644 --- a/server/src/uds/core/workers/service_pool_cleaner.py +++ b/server/src/uds/core/workers/service_pool_cleaner.py @@ -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