mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
setThreadName moved in new version of easylogging++
This commit is contained in:
parent
ea359b50cb
commit
a28950da73
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
||||||
#define _warn(x) MWARNING(x)
|
#define _warn(x) MWARNING(x)
|
||||||
#define _erro(x) MERROR(x)
|
#define _erro(x) MERROR(x)
|
||||||
|
|
||||||
#define MLOG_SET_THREAD_NAME(x) el::Loggers::setThreadName(x)
|
#define MLOG_SET_THREAD_NAME(x) el::Helpers::setThreadName(x)
|
||||||
|
|
||||||
#ifndef LOCAL_ASSERT
|
#ifndef LOCAL_ASSERT
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
Loading…
Reference in a new issue