summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--starttde2
1 files changed, 1 insertions, 1 deletions
diff --git a/starttde b/starttde
index 269d4ffa5..5e4a0db00 100644
--- a/starttde
+++ b/starttde
@@ -81,7 +81,7 @@ unset BIN_DIR
# When the X server dies we get a HUP signal from xinit. We must ignore it
# because we still need to do some cleanup.
-trap '[starttde] echo GOT SIGHUP' HUP
+trap 'echo "[starttde] GOT SIGHUP"' HUP
# Check if a TDE session is already running.
if kcheckrunning >/dev/null 2>&1; then