Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594046
Collapse All | Expand All

(-)e4rat-0.2.4_pre20141201/src/logging.hh.old (-1 / +1 lines)
Lines 93-99 Link Here
93
#define dump_log(...) logger.write(__VA_ARGS__)
93
#define dump_log(...) logger.write(__VA_ARGS__)
94
94
95
#ifdef DEBUG_ENABLED
95
#ifdef DEBUG_ENABLED
96
    #define debug(format,args...) dump_log(Debug, "%s:%d in %s(): "format, __FILE__, __LINE__, __FUNCTION__, ## args)
96
    #define debug(format,args...) dump_log(Debug, "%s:%d in %s(): " format, __FILE__, __LINE__, __FUNCTION__, ## args)
97
#else
97
#else
98
    #define debug(format,args...)
98
    #define debug(format,args...)
99
#endif
99
#endif

Return to bug 594046