mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Reference Tracking (#10884)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
409effa1c9
commit
4df66841f5
@@ -288,7 +288,7 @@
|
|||||||
to_world_log("## UNIT_TEST: [text]")
|
to_world_log("## UNIT_TEST: [text]")
|
||||||
|
|
||||||
#ifdef REFERENCE_TRACKING_LOG
|
#ifdef REFERENCE_TRACKING_LOG
|
||||||
#define log_reftracker(msg) log_world("## REF SEARCH [msg]")
|
#define log_reftracker(msg) WRITE_LOG(GLOB.diary, "## REF SEARCH [msg]")
|
||||||
#else
|
#else
|
||||||
#define log_reftracker(msg)
|
#define log_reftracker(msg)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user