controls = _list_ctrls(device)
properties = controls.get(control)
if properties is None:
- logging.warn('control %(control)s not found for device %(device)s' % {
+ logging.debug('control %(control)s not found for device %(device)s' % {
'control': control, 'device': device})
return None
controls = _list_ctrls(device)
properties = controls.get(control)
if properties is None:
- logging.warn('control %(control)s not found for device %(device)s' % {
+ logging.debug('control %(control)s not found for device %(device)s' % {
'control': control, 'device': device})
return