]> git.saurik.com Git - apt.git/blobdiff - apt-private/acqprogress.cc
use a abi version check similar to the gcc check
[apt.git] / apt-private / acqprogress.cc
index aa88d53344fbbb66695084e48fafd02d4605a828..14a53eacb495e61078baf2d36a542e4bbb0184a2 100644 (file)
@@ -117,7 +117,8 @@ void AcqTextStatus::Fail(pkgAcquire::ItemDesc &Itm)
    if (Itm.Owner->Status == pkgAcquire::Item::StatDone)
    {
       cout << _("Ign ") << Itm.Description << endl;
-      if (Itm.Owner->ErrorText.empty() == false)
+      if (Itm.Owner->ErrorText.empty() == false &&
+           _config->FindB("Acquire::Progress::Ignore::ShowErrorText", false) == true)
         cout << "  " << Itm.Owner->ErrorText << endl;
    }
    else