Skip to content

Commit f93c962

Browse files
committed
qtvcp -action button: quiet 'no action' warning
move it to debug rather then error.
1 parent 5e323c5 commit f93c962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/qtvcp/widgets/action_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def action(self, state=None):
730730
if state is not None:
731731
self.safecheck(state)
732732
if not self._python_command:
733-
LOG.error('No action recognised')
733+
LOG.debug('No action recognised for {}'.format(self.objectName()))
734734

735735

736736
# This is check after because action buttons can do an action plus

0 commit comments

Comments
 (0)