gather information about module.. again
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdatomic.h>
|
||||
|
||||
_Atomic bool hiload_verbose_log = false;
|
||||
_Atomic bool hiload_verbose_log = true;
|
||||
|
||||
void log_set_verbose(bool value) {
|
||||
atomic_store_explicit(&hiload_verbose_log, value, memory_order_relaxed);
|
||||
|
||||
Reference in New Issue
Block a user