From 85d5d4521cfbaaafe089428b44fdb73e1c5c8358 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 28 Feb 2011 12:11:42 -0800 Subject: Log divertWithURL: diversion activity. --- MobileCydia.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index 7e46a56..641cb8d 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4023,6 +4023,9 @@ static NSMutableSet *Diversions_; for (Diversion *diversion in Diversions_) if (NSString *diverted = [diversion divert:href]) { +#if !ForRelease + NSLog(@"div: %@", diverted); +#endif url = [NSURL URLWithString:diverted]; goto divert; } -- cgit v1.2.3