From ad6a8844fd3a998251f1e20955ed87456f681737 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: Sasha Meister --- 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 72eadca1fa9c..a78a8ce352d7 100755 --- a/tools/speech_data_explorer/data_explorer.py +++ b/tools/speech_data_explorer/data_explorer.py @@ -133,7 +133,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