fixed crash in daemon mode

pull/715/head
orignal 8 years ago
parent d62525abb6
commit b4a9d4df8c

@ -113,7 +113,6 @@ namespace i2p
} else {
// use stdout -- default
}
i2p::log::Logger().Start();
LogPrint(eLogInfo, "i2pd v", VERSION, " starting");
LogPrint(eLogDebug, "FS: main config file: ", config);
@ -246,6 +245,7 @@ namespace i2p
bool Daemon_Singleton::start()
{
i2p::log::Logger().Start();
LogPrint(eLogInfo, "Daemon: starting NetDB");
i2p::data::netdb.Start();

Loading…
Cancel
Save