0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 10:08:56 +02:00

ircd: Update log start marker.

This commit is contained in:
Jason Volk 2018-05-07 16:13:16 -07:00
parent 9792cb1435
commit 5488a85d1a

View file

@ -81,7 +81,7 @@ try
// The log is available. but it is console-only until conf opens files.
log::init();
log::mark("READY");
log::mark("DEADSTART"); // 6600
// The conf supplied by the user is read in; see: ircd::conf.
conf::init(configfile);