From 95afad81acd6be3341f10c6cd8b16800e3c5ad39 Mon Sep 17 00:00:00 2001 From: Pablo Murillo Date: Fri, 27 Jun 2025 11:43:01 +0200 Subject: [PATCH] fix: modify log --- .../org/openkilda/northbound/service/impl/FlowServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-java/northbound-service/northbound/src/main/java/org/openkilda/northbound/service/impl/FlowServiceImpl.java b/src-java/northbound-service/northbound/src/main/java/org/openkilda/northbound/service/impl/FlowServiceImpl.java index 4bfbc138f5..616149dc56 100644 --- a/src-java/northbound-service/northbound/src/main/java/org/openkilda/northbound/service/impl/FlowServiceImpl.java +++ b/src-java/northbound-service/northbound/src/main/java/org/openkilda/northbound/service/impl/FlowServiceImpl.java @@ -196,7 +196,7 @@ public CompletableFuture createFlow(FlowCreatePayload reque @Override public CompletableFuture createFlow(FlowRequestV2 request) { - log.info("API request: Processing flow creation: {}", request); + log.info("API request: Process flow create request: {}", request); final String correlationId = RequestCorrelationId.getId(); FlowRequest flowRequest;