summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulsecaster/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsecaster/ui.py b/pulsecaster/ui.py
index 6982f2c..4da0286 100644
--- a/pulsecaster/ui.py
+++ b/pulsecaster/ui.py
@@ -44,7 +44,7 @@ except:
def _debugPrint(text):
if _debug:
- print (text)
+ print ('%s: %s' % (NAME, text))
class PulseCasterUI:
def __init__(self):