]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
Not /not/ immediately mapping a file is INSANE :/.
[apt.git] / apt-pkg / deb / deblistparser.cc
index 25d8e6f22493578b6ed14166989424c54272e671..23048008bdbe6c42ba7439e73154884c2c9599d2 100644 (file)
@@ -76,7 +76,7 @@ string debListParser::Package() {
    std::transform(Result.begin(), Result.end(), Result.begin(), tolower_ascii);
 
    if(unlikely(Result.empty() == true))
-      _error->Error("Encountered a section with no Package: header");
+      _error->Warning("Encountered a section with no Package: header");
    return Result;
 }
                                                                        /*}}}*/