mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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
This commit is contained in:
commit
a4c0dd84a7
@ -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
|
* list of services, characteristics, and descriptors that the peer
|
||||||
* supports.
|
* 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);
|
"conn_handle=%d\n", status, peer->conn_handle);
|
||||||
|
|
||||||
/* Now perform three GATT procedures against the peer: read,
|
/* Now perform three GATT procedures against the peer: read,
|
||||||
|
Loading…
Reference in New Issue
Block a user