display unknown state, be nice to the user

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-09 15:27:11 +01:00
parent 7d0671e529
commit c1dc33a5a1
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ case "$state_should" in
;;
*)
echo "Unknown state" >&2
echo "Unknown state: $state_should" >&2
exit 1
;;
esac