Debug logs for rknn embeddings check

This commit is contained in:
Nicolas Mowen 2025-08-21 15:41:22 -06:00
parent 2bd096a85a
commit f151a870e0

View File

@ -132,7 +132,7 @@ def get_soc_type() -> Optional[str]:
soc = file.read().split(",")[-1].strip("\x00")
return soc
except FileNotFoundError:
logger.warning("Could not determine SoC type from device tree")
logger.debug("Could not determine SoC type from device tree")
return None