Merge branch 'bugfix/fix_example_debug_print_level' into 'release/v4.4'

Nimble: Corrected debug level in example print (v4.4)

See merge request espressif/esp-idf!23861
pull/12186/head
Rahul Tank 2023-06-25 14:10:15 +08:00
commit a4c0dd84a7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -394,7 +394,7 @@ blecent_on_disc_complete(const struct peer *peer, int status, void *arg)
* list of services, characteristics, and descriptors that the peer
* supports.
*/
MODLOG_DFLT(ERROR, "Service discovery complete; status=%d "
MODLOG_DFLT(INFO, "Service discovery complete; status=%d "
"conn_handle=%d\n", status, peer->conn_handle);
/* Now perform three GATT procedures against the peer: read,