change log level

This commit is contained in:
MX 2023-12-22 22:13:28 +03:00
parent 4d56bb4e44
commit 2832160891
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -136,7 +136,7 @@ static void subghz_scene_add_to_history_callback(
furi_string_free(item_time); furi_string_free(item_time);
subghz_rx_key_state_set(subghz, SubGhzRxKeyStateAddKey); subghz_rx_key_state_set(subghz, SubGhzRxKeyStateAddKey);
} else { } else {
FURI_LOG_I(TAG, "%s protocol ignored", decoder_base->protocol->name); FURI_LOG_D(TAG, "%s protocol ignored", decoder_base->protocol->name);
} }
} }