Skip to content
Snippets Groups Projects
Commit ee705d5c authored by Will Dietz's avatar Will Dietz :speech_balloon:
Browse files

debug: Re-enable flushing debug prints for sanity, possible perf cost.

parent ca49e7bc
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ FILE *getlogfp();
do { \
FILE *fp = getlogfp(); \
fprintf(fp, "[IPC] <%d> " str, getpid(), ##__VA_ARGS__); \
fflush(fp); \
} while (0)
#endif // _DEBUG_LOG_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment