diff options
author | spiff <spiff@xbmc.org> | 2011-10-27 22:28:18 +0200 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2011-10-27 22:29:21 +0200 |
commit | 9acb325f6d88cd819e4fab20251a0c9cde483e62 (patch) | |
tree | 4f8d9b58f9289c8fa6766e91c21592073d7fc534 /tools/Linux | |
parent | ecfc2d572faf9480d4b2ddc4139079b51e591337 (diff) |
changd: slightly improved error message. thanks flyser
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 |