Add a debug log line when no text is detected

This commit is contained in:
Alex Young
2024-04-17 22:40:18 +01:00
parent 8060d45aea
commit 7286dfdfa1

View File

@@ -130,7 +130,7 @@ class ServerProcessor:
print("%1.0f %1.0f %s" % (beg,end,o[2]),flush=True,file=sys.stderr)
return "%1.0f %1.0f %s" % (beg,end,o[2])
else:
# No text, so no output
logger.debug("No text in this segment")
return None
def send_result(self, o):