Add a debug log line when no text is detected
This commit is contained in:
parent
8060d45aea
commit
7286dfdfa1
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue