Skip to content

Commit 7fa23b1

Browse files
committed
Redefinition of the PPLog to PPRSLog. More convenient when you mix with other projects
1 parent e0a02b5 commit 7fa23b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PPRevealSideViewController/PPRevealSideviewController/PPRevealSideViewController.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
#define PP_AUTORELEASE(xx) [xx autorelease]
3131
#endif
3232

33-
#ifndef PPLog
33+
#ifndef PPRSLog
3434
#if !DEBUG
35-
# define PPLog(fmt, ...) NSLog((@"%s [Line %d] " fmt),__PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);
35+
# define PPRSLog(fmt, ...) NSLog((@"%s [Line %d] " fmt),__PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);
3636
#else
37-
#define PPLog(fmt, ...)
37+
#define PPRSLog(fmt, ...)
3838
#endif
3939
#endif
4040

0 commit comments

Comments
 (0)