This commit is contained in:
Fabio Manganiello 2018-06-14 00:36:07 +02:00
parent 29a5cfa9c2
commit e9fc35b39d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class CameraPiBackend(Backend):
while True:
self.start_recording_event.wait()
self.logger.start('Starting camera recording')
self.logger.info('Starting camera recording')
connection = self.server_socket.accept()[0].makefile('wb')