diff options
author | chai <chaifix@163.com> | 2018-10-29 21:15:20 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-29 21:15:20 +0800 |
commit | 1a2d615c0d1cd67a8b5a52595b28b2dfcbfc4186 (patch) | |
tree | 5bf103638cc806664101cf7422f2e680cabf62d2 /src/libjin/Utils | |
parent | aca962d7ce3d404671cace2a82b04ff937375009 (diff) |
*更新状态机
Diffstat (limited to 'src/libjin/Utils')
-rw-r--r-- | src/libjin/Utils/je_log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libjin/Utils/je_log.h b/src/libjin/Utils/je_log.h index aeb54d9..21ffd93 100644 --- a/src/libjin/Utils/je_log.h +++ b/src/libjin/Utils/je_log.h @@ -54,7 +54,6 @@ typedef Loghelper::Level Loglevel; #define jin_log_warning(f, ...) Loghelper::log(Loghelper::LV_WARNING, f, __VA_ARGS__) #define jin_log_debug(f, ...) Loghelper::log(Loghelper::LV_DEBUG, f, __VA_ARGS__) #else - #define jin_debug_log(level, fmt, ...) #define jin_log_error(f, ...) #define jin_log_info(f, ...) #define jin_log_warning(f, ...) |