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

(-)atscepg-0.3.0/filter.cpp.old (-1 / +1 lines)
Lines 34-40 Link Here
34
34
35
35
36
#ifdef AE_ENABLE_LOG
36
#ifdef AE_ENABLE_LOG
37
#define F_LOG(T, s, ...) Logger.Printf(T, "(F:%d) "s, fNum, ##__VA_ARGS__)
37
#define F_LOG(T, s, ...) Logger.Printf(T, "(F:%d) " s, fNum, ##__VA_ARGS__)
38
#else
38
#else
39
#define F_LOG(T, s, ...) 
39
#define F_LOG(T, s, ...) 
40
#endif
40
#endif

Return to bug 594462