models: it's not an error if we can continue operating

This commit is contained in:
bronsen 2026-02-19 20:44:18 +01:00
parent 49a21ca9cf
commit 9b04902825

View file

@ -52,7 +52,7 @@ async def make_teilchen_input(text: str) -> TeilchenCreate | None:
name = text[0:name_end]
if not name:
logger.error("Could not extract name.")
logger.warning("Could not extract name.")
logger.debug("Could not extract name from input: %s", text)
return None