mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-04 22:57:21 +02:00
Merge pull request #151 from mdiluz/patch-1
Turn off debug logging in client impl
This commit is contained in:
commit
2a124ce8c7
@ -63,7 +63,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#define LOG_ERROR fprintf(stderr, "ERROR: %s \n", error_string)
|
||||
#endif
|
||||
|
||||
#ifdef DO_TRACE
|
||||
#if DO_TRACE
|
||||
#define TRACE(...) fprintf(stderr, __VA_ARGS__)
|
||||
#else
|
||||
#define TRACE(...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user