mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd: Update log start marker.
This commit is contained in:
parent
9792cb1435
commit
5488a85d1a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue