]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.cc
* wording fixes (cherry picked from apt--mvo)
[apt.git] / apt-pkg / pkgcachegen.cc
index de854bee53ea9b4b5ef3eba100c57b61484aba26..de5ba5ea60326916a6e287e75dd8dff453aa6389 100644 (file)
@@ -571,8 +571,10 @@ static bool CheckValidity(const string &CacheFile, FileIterator Start,
     
       if ((*Start)->Exists() == false)
       {
+#if 0 // mvo: we no longer give a message here (Default Sources spec)
         _error->WarningE("stat",_("Couldn't stat source package list %s"),
                          (*Start)->Describe().c_str());
+#endif
         continue;
       }