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