0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 05:18:23 +02:00

construct: Don't exempt the console from watchdog warnings.

This commit is contained in:
Jason Volk 2018-12-15 18:46:38 -08:00
parent bb6ba69f0b
commit 955c5ccfa1

View file

@ -126,7 +126,7 @@ construct::console::console()
"console",
stack_sz,
std::bind(&console::main, this),
ircd::context::POST | ircd::context::SLICE_EXEMPT
ircd::context::POST
}
,runlevel_changed
{