From d8e48c32f8435076382543edfafbf81c223f9e87 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 10 Oct 2016 15:52:14 +0200 Subject: Added a Client so we can start finishing up the setup phase of cMix. --- node/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/main.cpp') diff --git a/node/main.cpp b/node/main.cpp index 85b0ca5..7425f00 100644 --- a/node/main.cpp +++ b/node/main.cpp @@ -10,7 +10,7 @@ int main(int argc, char* argv[]) { namespace po = boost::program_options; - init_logging(boost::log::trivial::severity_level::trace); + init_logging(boost::log::trivial::severity_level::trace, "node"); BOOST_LOG_TRIVIAL(info) << "Started node"; -- cgit v1.2.3-70-g09d2