diff --git a/components/st3m/st3m_gfx.c b/components/st3m/st3m_gfx.c
index 5cf72a67d4c4266f9dcd032c762422a6cb204041..836664973ed5d4b9738373b1ad7a6ae26ead9d76 100644
--- a/components/st3m/st3m_gfx.c
+++ b/components/st3m/st3m_gfx.c
@@ -62,7 +62,7 @@ static void xQueueReceiveNotifyStarved(QueueHandle_t q, void *dst,
             return;
         }
         if (!starved) {
-            ESP_LOGE(TAG, "%s", desc);
+            ESP_LOGI(TAG, "%s", desc);
             starved = 1;
         }
     }