From c1dc33a5a132445e4f7abbdd9cbecca9bd6eb692 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Jan 2012 15:27:11 +0100 Subject: [PATCH] display unknown state, be nice to the user Signed-off-by: Nico Schottelius --- conf/type/__directory/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__directory/gencode-remote b/conf/type/__directory/gencode-remote index 19591266..49ab789f 100755 --- a/conf/type/__directory/gencode-remote +++ b/conf/type/__directory/gencode-remote @@ -67,7 +67,7 @@ case "$state_should" in ;; *) - echo "Unknown state" >&2 + echo "Unknown state: $state_should" >&2 exit 1 ;; esac