]> git.saurik.com Git - cydia.git/commitdiff
Comment document another cache_.Open() error.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 24 Feb 2011 01:05:02 +0000 (17:05 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:11 +0000 (02:41 -0800)
MobileCydia.mm

index 5158830328f18513cbe18688f9233bd88a61d457..de54853cce02346868e0191ef9f7205b4380eb15 100644 (file)
@@ -3623,8 +3623,9 @@ static NSString *Warning_;
             [delegate_ repairWithSelector:@selector(configure)];
         else if (error == "The package lists or status file could not be parsed or opened.")
             [delegate_ repairWithSelector:@selector(update)];
-        // else if (error == "Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)")
         // else if (error == "Could not get lock /var/lib/dpkg/lock - open (35 Resource temporarily unavailable)")
+        // else if (error == "Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)")
+        // else if (error == "Malformed Status line")
         // else if (error == "The list of sources could not be read.")
         else {
             [delegate_ addProgressEventOnMainThread:[CydiaProgressEvent eventWithMessage:[NSString stringWithUTF8String:error.c_str()] ofType:(warning ? @"WARNING" : @"ERROR")] forTask:title];