Skip to content

Commit e6efb1a

Browse files
committed
minor fix
1 parent f5f492e commit e6efb1a

File tree

1 file changed

+1
-1
lines changed
  • services/storage/src/simcore_service_storage/api/rabbitmq_rpc

1 file changed

+1
-1
lines changed

services/storage/src/simcore_service_storage/api/rabbitmq_rpc/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async def startup() -> None:
1919
with log_context(
2020
_logger,
2121
logging.INFO,
22-
msg="RUT startup RPC API Routes",
22+
msg="Storage startup RPC API Routes",
2323
):
2424
rpc_server = get_rabbitmq_rpc_server(app)
2525
for router in ROUTERS:

0 commit comments

Comments
 (0)