diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-28 12:11:42 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:29 -0800 |
commit | 85d5d4521cfbaaafe089428b44fdb73e1c5c8358 (patch) | |
tree | f541570e64986a2bb2f94ce82f4e2a1fcc55eb72 /MobileCydia.mm | |
parent | 7d887d0b7524acaa82c20d35a2d2a438934b98d3 (diff) |
Log divertWithURL: diversion activity.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |