pull/7/head
Jeff Becker 6 years ago
parent 066cf537e2
commit f7daee5abf

@ -12,8 +12,9 @@
namespace llarp
{
Context::Context(bool singleThread) : singleThreaded(singleThread)
Context::Context(bool singleThread)
{
singleThreaded = singleThread;
llarp::LogInfo(LLARP_VERSION, " ", LLARP_RELEASE_MOTTO);
}

Loading…
Cancel
Save