mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 23:21:57 -07:00
log: Move stdout log disabling to the end of init
This commit is contained in:
@@ -86,9 +86,6 @@ void CCompositor::setRandomSplash() {
|
||||
|
||||
void CCompositor::initServer() {
|
||||
|
||||
Debug::log(LOG, "Disabling stdout logs! Check the log for further logs.");
|
||||
Debug::disableStdout = true;
|
||||
|
||||
m_sWLDisplay = wl_display_create();
|
||||
|
||||
m_sWLEventLoop = wl_display_get_event_loop(m_sWLDisplay);
|
||||
@@ -252,6 +249,9 @@ void CCompositor::initServer() {
|
||||
wlr_multi_backend_add(m_sWLRBackend, m_sWLRHeadlessBackend);
|
||||
|
||||
initManagers(STAGE_LATE);
|
||||
|
||||
Debug::log(LOG, "Disabling stdout logs! Check the log for further logs.");
|
||||
Debug::disableStdout = true;
|
||||
}
|
||||
|
||||
void CCompositor::initAllSignals() {
|
||||
|
Reference in New Issue
Block a user