From 47cb43576eda97230a69f8538cc2e4e5be3463ca Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Sat, 20 May 2023 12:47:04 +0530 Subject: [PATCH] Nimble: Corrected debug level in example print --- examples/bluetooth/nimble/blecent/main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/nimble/blecent/main/main.c b/examples/bluetooth/nimble/blecent/main/main.c index 07e9e9a8d0..42f1104098 100644 --- a/examples/bluetooth/nimble/blecent/main/main.c +++ b/examples/bluetooth/nimble/blecent/main/main.c @@ -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,