From b1bdb55053a0a9bf01f7c763e0895c535b81f990 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 14 Dec 2023 09:05:02 +0200 Subject: [PATCH] tools: Use error log level when failing to execute commands via frr-reload.py Signed-off-by: Donatas Abraitis (cherry picked from commit 204508433dbc25c19af9fb7f62e0b90c507fd4e2) --- tools/frr-reload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/frr-reload.py b/tools/frr-reload.py index ba2d54c96300..73479c634bc4 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -2200,7 +2200,7 @@ def compare_context_objects(newconf, running): # 'no ip ospf authentication message-digest 1.1.1.1' in # our example above # - Split that last entry by whitespace and drop the last word - log.info("Failed to execute %s", " ".join(cmd)) + log.error("Failed to execute %s", " ".join(cmd)) last_arg = cmd[-1].split(" ") if len(last_arg) <= 2: