diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-25 09:23:12 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-25 09:23:12 -0700 |
commit | 471683a3d957aea07f849f4b4d6e4c4a0b9b71a1 (patch) | |
tree | c7bca31a1f8fc1842e11928e0317fe59c267d14e | |
parent | 8dc0d35da4cfc847d4e3d28a41b549d40669de08 (diff) |
Let's just output these errors: why not?
-rw-r--r-- | MobileCydia.mm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 5e5cf65..d85278e 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(); |