diff options
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/xbmc-standalone.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Linux/xbmc-standalone.sh.in b/tools/Linux/xbmc-standalone.sh.in index 07158e50a5..680f19aa49 100644 --- a/tools/Linux/xbmc-standalone.sh.in +++ b/tools/Linux/xbmc-standalone.sh.in @@ -45,7 +45,8 @@ do CRASHCOUNT=$((CRASHCOUNT+1)) if [ $(($CRASHCOUNT >= 3)) = "1" ]; then # Too many, bail out LOOP=0 - echo "XBMC has exited uncleanly 3 times in the ${DIFF}s. Something is probably wrong" + echo "XBMC has exited uncleanly 3 times in the last ${DIFF} seconds." + echo "Something is probably wrong" fi fi fi |