diff options
author | xiphon <xiphon@protonmail.com> | 2018-10-27 15:08:52 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2018-10-27 15:08:52 +0000 |
commit | f067bb0c8b9d43a5c6bd04ee19674e8c574aea45 (patch) | |
tree | 41b13c994cd62a2941e5b158d6758b8773308883 | |
parent | Merge pull request #4524 (diff) | |
download | monero-f067bb0c8b9d43a5c6bd04ee19674e8c574aea45.tar.xz |
tests: fix MSYS2 warning 'MONERO_DEFAULT_LOG_CATEGORY redefined'
-rw-r--r-- | contrib/epee/include/misc_log_ex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/epee/include/misc_log_ex.h b/contrib/epee/include/misc_log_ex.h index 530f8e636..9100a8db3 100644 --- a/contrib/epee/include/misc_log_ex.h +++ b/contrib/epee/include/misc_log_ex.h @@ -32,7 +32,9 @@ #include "easylogging++.h" +#undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "default" + #define MAX_LOG_FILE_SIZE 104850000 // 100 MB - 7600 bytes #define MAX_LOG_FILES 50 |