]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.cc
Avoid wedging the entire system if recoverable :/.
[apt.git] / apt-pkg / tagfile.cc
index 200a7f2fdc7e6269974fb73b88d9804097a72d32..72dd475b363a9d81a85e5c80ce727f273ddaaf58 100644 (file)
@@ -215,7 +215,7 @@ bool pkgTagFile::Step(pkgTagSection &Tag)
            break;
 
         if (Resize() == false)
-           return _error->Error(_("Unable to parse package file %s (%d)"),
+           return _error->Warning(_("Unable to parse package file %s (%d)"),
                  d->Fd->Name().c_str(), 1);
 
       } while (Tag.Scan(d->Start,d->End - d->Start, false) == false);