From: Jay Freeman (saurik) Date: Fri, 25 Mar 2011 16:23:12 +0000 (-0700) Subject: Let's just output these errors: why not? X-Git-Tag: v1.1.0%rc2~2 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/471683a3d957aea07f849f4b4d6e4c4a0b9b71a1 Let's just output these errors: why not? --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 5e5cf651..d85278ee 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -3777,11 +3777,8 @@ class CydiaLogCleaner : _system->UnLock(); pkgPackageManager::OrderResult result = manager_->DoInstall(statusfd_); - - if (_error->PendingError()) { - _trace(); + if ([self popErrorWithTitle:title]) return; - } if (result == pkgPackageManager::Failed) { _trace();