1
0
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:
Adam
2011-10-09 02:52:13 -04:00
parent af273e3da5
commit 9f850334a1
13 changed files with 53 additions and 58 deletions
+6
View File
@@ -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();
}
}
}