summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.cc
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2016-11-29 23:58:01 -0800
committerSam Bingner <sam@bingner.com>2020-07-17 00:22:23 -1000
commitaf440e7945c774ced305807d08418bd9cecc7c73 (patch)
tree462fa3bf73e0206a1b0801e5079e499bdeaff8f4 /apt-pkg/tagfile.cc
parent5d4b12c21032486d7f1d71bbbed9c543e8a15aa3 (diff)
Avoid wedging the entire system if recoverable :/.
Diffstat (limited to 'apt-pkg/tagfile.cc')
-rw-r--r--apt-pkg/tagfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/tagfile.cc b/apt-pkg/tagfile.cc
index 1e7f2867c..919172f89 100644
--- a/apt-pkg/tagfile.cc
+++ b/apt-pkg/tagfile.cc
@@ -214,7 +214,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);