From f3e34959724ba67ea3bed5a972d0522cc7a236f0 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Fri, 28 Sep 2018 08:34:18 -1000 Subject: Remove errors that we don't need --- apt-pkg/acquire.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'apt-pkg') diff --git a/apt-pkg/acquire.cc b/apt-pkg/acquire.cc index b0c96f2d7..086cb378c 100644 --- a/apt-pkg/acquire.cc +++ b/apt-pkg/acquire.cc @@ -627,7 +627,6 @@ static void CheckDropPrivsMustBeDisabled(pkgAcquire const &Fetcher) struct passwd const * const pw = getpwnam(SandboxUser.c_str()); if (pw == NULL) { - _error->Warning(_("No sandbox user '%s' on the system, can not drop privileges"), SandboxUser.c_str()); _config->Set("APT::Sandbox::User", ""); return; } -- cgit v1.2.3