make it work

pull/502/head
Jeff Becker 5 years ago
parent 40f8434851
commit 351feadaec
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -780,7 +780,6 @@ namespace llarp
{
#if defined(DEBUG) || !defined(RELEASE_MOTTO)
llarp::LogInfo("invalid pkt");
llarp::DumpBuffer(buf.underlying);
#endif
}
}

@ -834,7 +834,7 @@ namespace llarp
llarp::LogWarn("failed to load hidden service config for ", key);
}
}
else if(StrEq(section, "logger"))
else if(StrEq(section, "logging"))
{
if(StrEq(key, "type") && StrEq(val, "syslog"))
{

Loading…
Cancel
Save