summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rwxr-xr-xdata/autostart/openbox-xdg-autostart2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/autostart/openbox-xdg-autostart b/data/autostart/openbox-xdg-autostart
index ea760281..04a17a19 100755
--- a/data/autostart/openbox-xdg-autostart
+++ b/data/autostart/openbox-xdg-autostart
@@ -29,7 +29,7 @@ try:
from xdg.Exceptions import ParsingError
except ImportError:
print
- print "ERROR:", ME, "requires PyXDG to be installed"
+ print >>sys.stderr, "ERROR:", ME, "requires PyXDG to be installed"
print
sys.exit(1)