Initialise logger
This commit is contained in:
parent
16c4856027
commit
31cc9366fc
3 changed files with 1 additions and 4 deletions
|
@ -106,8 +106,6 @@ void initNix()
|
|||
std::cerr.rdbuf()->pubsetbuf(buf, sizeof(buf));
|
||||
#endif
|
||||
|
||||
logger = makeDefaultLogger();
|
||||
|
||||
/* Initialise OpenSSL locking. */
|
||||
opensslLocks = std::vector<std::mutex>(CRYPTO_num_locks());
|
||||
CRYPTO_set_locking_callback(opensslLockCallback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue