From: Jay Freeman (saurik) Date: Sun, 19 Apr 2009 00:37:03 +0000 (+0000) Subject: Minor change to logging. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/e9fde613661b0c3fd77f100a8b55b0a77d823cc7?ds=inline Minor change to logging. --- diff --git a/UICaboodle/BrowserView.m b/UICaboodle/BrowserView.m index feb51ad7..0161c5fb 100644 --- a/UICaboodle/BrowserView.m +++ b/UICaboodle/BrowserView.m @@ -496,7 +496,7 @@ - (void) fixScroller { CGRect bounds([webview_ documentBounds]); -#if LogBrowser +#if TrackResize NSLog(@"_fs:(%f,%f+%f,%f)", bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height); #endif [self _fixScroller:bounds]; @@ -504,7 +504,7 @@ - (void) view:(UIView *)sender didSetFrame:(CGRect)frame { size_ = frame.size; -#if LogBrowser +#if TrackResize NSLog(@"dsf:(%f,%f+%f,%f)", frame.origin.x, frame.origin.y, frame.size.width, frame.size.height); #endif [self _fixScroller:frame];