summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MobileCydia.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 86e6a6f..322bf5c 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -3817,12 +3817,11 @@ class CydiaLogCleaner :
}
_end
- delock_ = GetStatusDate();
-
_trace();
OpProgress progress;
bool opened;
open:
+ delock_ = GetStatusDate();
_profile(reloadDataWithInvocation$pkgCacheFile)
opened = cache_.Open(progress, false);
_end