summaryrefslogtreecommitdiff
path: root/pywal/scripts
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-04-01 12:28:32 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-04-01 12:28:32 +1000
commitcf6ac7944d08e64a1392a9ee4ec46a3624732418 (patch)
tree54784210f3a51955e4a25face379117684f5067c /pywal/scripts
parentd5f39135b2d054af23c0af8594ee772b2a544669 (diff)
general: Added logging.
Diffstat (limited to 'pywal/scripts')
-rw-r--r--pywal/scripts/gtk_reload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/scripts/gtk_reload.py b/pywal/scripts/gtk_reload.py
index ffb267d..e4c2bdf 100644
--- a/pywal/scripts/gtk_reload.py
+++ b/pywal/scripts/gtk_reload.py
@@ -10,7 +10,7 @@ Original source: https://crunchbang.org/forums/viewtopic.php?id=39646
try:
import gtk
except ImportError:
- print("error: GTK reload requires PyGTK.")
+ print("[ERROR] gtk_reload: GTK reload requires PyGTK.")
exit(1)