From 35f80ea571b726ae77bcabab4e896b85e541bf04 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/acquire.cc') diff --git a/apt-pkg/acquire.cc b/apt-pkg/acquire.cc index 4ccfa2605..5d85beec6 100644 --- a/apt-pkg/acquire.cc +++ b/apt-pkg/acquire.cc @@ -603,7 +603,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