Unify error with the Wayland mode

This commit is contained in:
Phantasm 2023-08-06 21:00:25 +02:00 committed by Alexis Maiquez
parent d4c3ca3b44
commit a853b50efe

View File

@ -169,7 +169,7 @@ void CX11Output::loadScreenInfo ()
// Check if all screens from --screen-root are actually screens // Check if all screens from --screen-root are actually screens
if (this->m_viewports.size() != this->m_context.settings.general.screenBackgrounds.size()) { if (this->m_viewports.size() != this->m_context.settings.general.screenBackgrounds.size()) {
sLog.exception("Invalid screen in arguments."); sLog.exception("Some outputs could not be initialized, please check parameters and try again");
} }
// create pixmap so we can draw things in there // create pixmap so we can draw things in there