mirror of
https://github.com/anope/anope.git
synced 2026-07-04 08:03:12 +02:00
Give more verbose messages on startup
This commit is contained in:
@@ -319,6 +319,12 @@ void Server::Sync(bool SyncLinks)
|
||||
if (c->ci)
|
||||
c->ci->RestoreTopic();
|
||||
}
|
||||
|
||||
if (!nofork)
|
||||
{
|
||||
Log(LOG_TERMINAL) << "Successfully linked, launching into background...";
|
||||
Fork();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user