summaryrefslogtreecommitdiff
path: root/sbuild/sbuild-chroot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sbuild/sbuild-chroot.cc')
-rw-r--r--sbuild/sbuild-chroot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbuild/sbuild-chroot.cc b/sbuild/sbuild-chroot.cc
index cc8c6933..00867e7a 100644
--- a/sbuild/sbuild-chroot.cc
+++ b/sbuild/sbuild-chroot.cc
@@ -57,7 +57,7 @@ namespace
{
emap(sbuild::chroot::CHROOT_CREATE, N_("Chroot creation failed")),
emap(sbuild::chroot::CHROOT_DEVICE, N_("Device name not set")),
- emap(sbuild::chroot::CHROOT_TYPE, N_("Unknown chroot type")),
+ emap(sbuild::chroot::CHROOT_TYPE, N_("Unknown chroot type \"%1%\"")),
emap(sbuild::chroot::DEVICE_ABS, N_("Device must have an absolute path")),
emap(sbuild::chroot::DEVICE_LOCK, N_("Failed to lock device")),
emap(sbuild::chroot::DEVICE_NOTBLOCK, N_("File is not a block device")),