Skip to content

Commit 5bd26b5

Browse files
committed
qtvcp -status_label: only report unrecognised option if in debug mode
1 parent 1b763c1 commit 5bd26b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/python/qtvcp/widgets/status_label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def _f(data):
159159
elif self.halpin:
160160
STATUS.connect('periodic', lambda w: self._set_halpin_text())
161161
else:
162-
LOG.warning('{} : no option recognised'.format(self.HAL_NAME_))
162+
LOG.debug('{} : no option recognised'.format(self.HAL_NAME_))
163163

164164
def _set_text(self, data):
165165
tmpl = lambda s: str(self._textTemplate) % s

0 commit comments

Comments
 (0)