From 7cc9b217daf336a6a154adef069465a756df5606 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Jan 2012 15:43:12 +0100 Subject: [PATCH] display wrong state to the user (__link) Signed-off-by: Nico Schottelius --- conf/type/__link/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__link/gencode-remote b/conf/type/__link/gencode-remote index bb43de2e..ca324902 100755 --- a/conf/type/__link/gencode-remote +++ b/conf/type/__link/gencode-remote @@ -48,7 +48,7 @@ case "$state_should" in echo rm -f \"$destination\" ;; *) - echo "Unknown state" >&2 + echo "Unknown state: $state_should" >&2 exit 1 ;; esac