NimBLE: Updated debug level for a print to avoid unwanted console log.

This commit is contained in:
Roshan Bangar
2022-08-17 14:09:06 +05:30
parent 74d70a94d5
commit b82f269893
+1 -1
View File
@@ -770,7 +770,7 @@ IRAM_ATTR npl_freertos_callout_deinit(struct ble_npl_callout *co)
#if CONFIG_BT_NIMBLE_USE_ESP_TIMER
if(esp_timer_stop(callout->handle))
ESP_LOGW(TAG, "Timer not stopped");
ESP_LOGD(TAG, "Timer not stopped");
if(esp_timer_delete(callout->handle))
ESP_LOGW(TAG, "Timer not deleted");