From f3739a77a9bd94464c693ab514e99188d5d78d83 Mon Sep 17 00:00:00 2001
From: Daniel Hahler <ubuntu-launchpad@thequod.de>
Date: Thu, 17 Jun 2010 20:56:59 +0200
Subject: [PATCH] Minor: mk-sbuild: add $RELEASE to error message.

This prevents confusion like it happened for me in LP:#595299
---
 mk-sbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk-sbuild b/mk-sbuild
index bba3f14..5ca3744 100755
--- a/mk-sbuild
+++ b/mk-sbuild
@@ -280,7 +280,7 @@ esac
 # Is the specified release known to debootstrap?
 variant_opt="--variant=buildd"
 if [ ! -r "/usr/share/debootstrap/scripts/$RELEASE" ]; then
-    echo "Specified release not known to debootstrap" >&2
+    echo "Specified release ($RELEASE) not known to debootstrap" >&2
     exit 1
 fi