From ee2a1ea3a10ce6dd5bb6f85c431b600d0ea9499c Mon Sep 17 00:00:00 2001 From: George <37293288+Jorjeous@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:40:32 +0400 Subject: [PATCH] coldfix (#8412) Signed-off-by: George Zelenfroynd Signed-off-by: Zeeshan Patel --- tools/speech_data_explorer/data_explorer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/speech_data_explorer/data_explorer.py b/tools/speech_data_explorer/data_explorer.py index 65eafc5c9d49..e628a43f8ebc 100755 --- a/tools/speech_data_explorer/data_explorer.py +++ b/tools/speech_data_explorer/data_explorer.py @@ -126,7 +126,7 @@ def parse_args(): # automaticly going in comparison mode, if there is names_compared argument if args.names_compared is not None: comparison_mode = True - logging.error("comparison mod set to true") + logging.info("comparison mod set to true") else: comparison_mode = False