camera: hide log msg that distracts from the real issue
This commit is contained in:
parent
edf390fe94
commit
1add7f5ef0
@ -93,5 +93,5 @@ class Panel(ScreenPanel):
|
||||
|
||||
def log(self, loglevel, component, message):
|
||||
logging.debug(f'[{loglevel}] {component}: {message}')
|
||||
if loglevel == 'error' and 'No Xvideo support found' not in message:
|
||||
if loglevel == 'error' and 'No Xvideo support found' not in message and 'youtube-dl' not in message:
|
||||
self._screen.show_popup_message(f'{message}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user