summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.cc
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-09-28 08:34:18 -1000
committerSam Bingner <sam@bingner.com>2019-08-18 12:07:59 -1000
commit253a7b37f6dccf97dc12425f01dabe05f29bbb73 (patch)
treee8dec3763ff57fdd41bfcfb23eaacd1195e54bf2 /apt-pkg/acquire.cc
parent1f16ab10356678e5b46a9c4a3c07e5bfa0564f97 (diff)
Remove errors that we don't need
Diffstat (limited to 'apt-pkg/acquire.cc')
-rw-r--r--apt-pkg/acquire.cc1
1 files changed, 0 insertions, 1 deletions
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;
}