From 723a68c8262ec337e290e51265820ae90fe3ad18 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Jun 2012 00:57:14 -0400 Subject: Improve error message --- src/libstore/build.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/build.cc') diff --git a/src/libstore/build.cc b/src/libstore/build.cc index cb697df5012a..6efb294e8389 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -1794,7 +1794,7 @@ void DerivationGoal::startBuilder() semaphores). It also ensures that all IPC objects are destroyed when the builder exits. */ if (unshare(CLONE_NEWNS | CLONE_NEWNET | CLONE_NEWIPC) == -1) - throw SysError("cannot set up a private mount namespace"); + throw SysError("cannot set up private namespaces"); /* Initialise the loopback interface. */ AutoCloseFD fd(socket(PF_INET, SOCK_DGRAM, IPPROTO_IP)); -- cgit 1.4.1