Skip to content

Commit

Permalink
Merge branch 'release-1.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Gugarel committed Dec 2, 2014
2 parents b21a768 + e41ad18 commit dcb28c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Source/iOS/Debug/UIView+DTDebug.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ @implementation UIView (DTDebug)

- (void)methodCalledNotFromMainThread:(NSString *)methodName
{
DTLogError(@"-[%@ %@] being called on background queue. Break on -[UIView methodCalledNotFromMainThread:] to find out where", NSStringFromClass([self class]), methodName);
DTLogError(@"-[%@ %@] being called on background queue. Break on %s to find out where", NSStringFromClass([self class]), methodName, __PRETTY_FUNCTION__);
}

- (void)_setNeedsLayout_MainThreadCheck
Expand Down

0 comments on commit dcb28c6

Please sign in to comment.