setThreadName moved in new version of easylogging++

This commit is contained in:
moneromooo-monero 2017-03-25 20:39:08 +00:00
parent ea359b50cb
commit a28950da73
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -109,7 +109,7 @@
#define _warn(x) MWARNING(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
#include <assert.h>