diff --git a/porting/npl/freertos/src/npl_os_freertos.c b/porting/npl/freertos/src/npl_os_freertos.c index a7c2aa98f..4c3e68bd8 100644 --- a/porting/npl/freertos/src/npl_os_freertos.c +++ b/porting/npl/freertos/src/npl_os_freertos.c @@ -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");