We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b763c1 commit 5bd26b5Copy full SHA for 5bd26b5
1 file changed
lib/python/qtvcp/widgets/status_label.py
@@ -159,7 +159,7 @@ def _f(data):
159
elif self.halpin:
160
STATUS.connect('periodic', lambda w: self._set_halpin_text())
161
else:
162
- LOG.warning('{} : no option recognised'.format(self.HAL_NAME_))
+ LOG.debug('{} : no option recognised'.format(self.HAL_NAME_))
163
164
def _set_text(self, data):
165
tmpl = lambda s: str(self._textTemplate) % s
0 commit comments