mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-29 11:05:43 +00:00
39b1714f27
move some printf to use logger remove warnings from bencode.h
7 lines
76 B
C++
7 lines
76 B
C++
#include "logger.hpp"
|
|
|
|
namespace llarp
|
|
{
|
|
LogLevel loglevel = eLogDebug;
|
|
}
|