]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.cc
It is just so absolutely critical that this works.
[apt.git] / apt-pkg / indexfile.cc
index 934943205ae6722af43d011fda57bc9bfd4ad68b..74d46d699fc6d353597353e59668c05a146d9d4a 100644 (file)
@@ -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