From 283216089145316ae7c5b4fe0c1f42275360c099 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Fri, 22 Dec 2023 22:13:28 +0300 Subject: [PATCH] change log level --- applications/main/subghz/scenes/subghz_scene_receiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/subghz/scenes/subghz_scene_receiver.c b/applications/main/subghz/scenes/subghz_scene_receiver.c index bffff9988..ae092907f 100644 --- a/applications/main/subghz/scenes/subghz_scene_receiver.c +++ b/applications/main/subghz/scenes/subghz_scene_receiver.c @@ -136,7 +136,7 @@ static void subghz_scene_add_to_history_callback( furi_string_free(item_time); subghz_rx_key_state_set(subghz, SubGhzRxKeyStateAddKey); } else { - FURI_LOG_I(TAG, "%s protocol ignored", decoder_base->protocol->name); + FURI_LOG_D(TAG, "%s protocol ignored", decoder_base->protocol->name); } }