aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ethosu_driver.c')
-rw-r--r--src/ethosu_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ethosu_driver.c b/src/ethosu_driver.c
index 522f3e8..fedb2a1 100644
--- a/src/ethosu_driver.c
+++ b/src/ethosu_driver.c
@@ -285,7 +285,7 @@ static struct ethosu_driver *ethosu_find_and_reserve_driver(void)
drv = drv->next;
}
- LOG_DEBUG("No NPU driver handle available.", drv);
+ LOG_WARN("No NPU driver handle available.");
return NULL;
}