diff options
Diffstat (limited to 'common/logging.h')
-rw-r--r-- | common/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/logging.h b/common/logging.h index 89913e6e5..3b38f7370 100644 --- a/common/logging.h +++ b/common/logging.h @@ -42,6 +42,7 @@ #define JNLIB_LOG_WITH_TIME 2 #define JNLIB_LOG_WITH_PID 4 #define JNLIB_LOG_RUN_DETACHED 256 +#define JNLIB_LOG_NO_REGISTRY 512 int log_get_errorcount (int clear); void log_inc_errorcount (void); |