aboutsummaryrefslogtreecommitdiffstats
path: root/finalstore.py
diff options
context:
space:
mode:
Diffstat (limited to 'finalstore.py')
-rwxr-xr-xfinalstore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/finalstore.py b/finalstore.py
index 40e5bf4..f7d9cd9 100755
--- a/finalstore.py
+++ b/finalstore.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python -Wall
# This is only run from launchd
# @author Filipp Lepalaan <filipp@tvtools.fi>
-# @updated 10.12.2009
+# @updated 28.12.2009
# @created 09.12.2009
import sys, time, os, glob, traceback
@@ -17,7 +17,7 @@ def growl(str):
try:
Popen(cmd, shell=False).communicate()
except Exception, e:
- print "Growl failed"
+ print "Failed to initialize Growl"
"""