Revision 9990166e pithos-macos/pithos-macos-Prefix.pch

b/pithos-macos/pithos-macos-Prefix.pch
5 5
#ifdef __OBJC__
6 6
    #import <Cocoa/Cocoa.h>
7 7
#endif
8

  
9
#ifndef DEBUG_PITHOS
10
    #define DEBUG_PITHOS 0
11
#endif
12

  
13
#if DEBUG_PITHOS
14
    #define DLog(fmt, ...) NSLog(@"%s: " fmt, __PRETTY_FUNCTION__, ##__VA_ARGS__)
15
#else
16
    #define DLog(...)
17
#endif

Also available in: Unified diff