mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
change log level
This commit is contained in:
parent
4d56bb4e44
commit
2832160891
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue