diff options
-rw-r--r-- | daemons/rc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh index 75afa4df..e0a92d81 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -38,7 +38,7 @@ then ;; # Oh dear. *) - echo "Unknown error during fsck" + echo "Unknown error during fsck (exit status $?)" exit 1 ;; esac |