Merge "Fix log formatting on keyboard interrupt"

This commit is contained in:
Zuul 2025-01-02 15:15:37 +00:00 committed by Gerrit Code Review
commit c7318a03d7

View File

@ -147,7 +147,7 @@ class KombuRPCServer(rpc_base.RPCServer, kombu_base.Base):
self.stop()
LOG.info(
"Server with id='{}' stopped.",
"Server with id='%s' stopped.",
self.server_id
)