diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2016-12-30 14:08:16 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2016-12-30 14:08:16 -0800 |
commit | d52f68c8d7e385613076d9ef56af179532139ac8 (patch) | |
tree | df3c1f50dfc22cf5f8063fff63b914d3ce082dc1 /apt-pkg/indexfile.cc | |
parent | cc51afda7080d6f3cc1cffe6f956d5376c4cb40e (diff) |
It is just so absolutely critical that this works.
Diffstat (limited to 'apt-pkg/indexfile.cc')
-rw-r--r-- | apt-pkg/indexfile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/indexfile.cc b/apt-pkg/indexfile.cc index 934943205..74d46d699 100644 --- a/apt-pkg/indexfile.cc +++ b/apt-pkg/indexfile.cc @@ -377,7 +377,7 @@ bool pkgDebianIndexFile::Merge(pkgCacheGenerator &Gen,OpProgress * const Prog) File->mtime = Pkg.ModificationTime(); if (Gen.MergeList(*Parser) == false) - return _error->Error("Problem with MergeList %s",PackageFile.c_str()); + return _error->Warning("Problem with MergeList %s",PackageFile.c_str()); return true; } pkgCache::PkgFileIterator pkgDebianIndexFile::FindInCache(pkgCache &Cache) const |