From 471683a3d957aea07f849f4b4d6e4c4a0b9b71a1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 25 Mar 2011 09:23:12 -0700 Subject: [PATCH] Let's just output these errors: why not? --- MobileCydia.mm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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(); -- 2.45.2