From 3852bd712554eeea87f3718bc028e8a4d3050a42 Mon Sep 17 00:00:00 2001 From: gammlaa Date: Thu, 5 Oct 2017 11:28:55 +0200 Subject: [PATCH] minor updates in inputSourceChanged() to log the change --- beamerctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beamerctl.py b/beamerctl.py index de602ad..1ccce2d 100755 --- a/beamerctl.py +++ b/beamerctl.py @@ -90,7 +90,7 @@ def readInputSource(): def inputSourceChanged(): global input_source if (input_source != readInputSource()): - log.debug('Input source has changed') + log.debug('Input source has changed to {}'.format(readInputSource() )) input_source = readInputSource() return True else: