Change log

This commit is contained in:
Nick Mowen 2023-02-15 07:20:27 -07:00
parent 9226f3fe91
commit bd466dad87

View File

@ -99,7 +99,7 @@ class FFMpegConverter:
# we know the pipe was being read from and now it is not # we know the pipe was being read from and now it is not
# so we should recreate the pipe to ensure no partially-read # so we should recreate the pipe to ensure no partially-read
# frames exist # frames exist
logger.error("Recreating the pipe because it was read from and now is not") logger.debug("Recreating the birdseye pipe because it was read from and now is not")
self.recreate_birdseye_pipe() self.recreate_birdseye_pipe()
return return