Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Apr 2, 2024
1 parent 4bb3caf commit 245052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/include/AttachMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static __inline__ void AttachLog(const char *file, int lineNumber, const char *f
[dateFormatter setTimeZone:[NSTimeZone systemTimeZone]];
}
fprintf(stderr, "[AttachLog] %s %s:%3d %s\n", [[dateFormatter stringFromDate:[NSDate date]] UTF8String], funcName, lineNumber, [formattedMessage UTF8String]);
// [formattedMessage release];
[formattedMessage release];
}

#define AttachLog(MSG, ...) AttachLog(__FILE__, __LINE__, __PRETTY_FUNCTION__, MSG, ## __VA_ARGS__ )
Expand Down

0 comments on commit 245052a

Please sign in to comment.