Unify error with the Wayland mode

This commit is contained in:
Phantasm 2023-08-06 21:00:25 +02:00
parent ae14c2ec64
commit 17b506cbb9
No known key found for this signature in database
GPG Key ID: 2669E588BCC634C8

View File

@ -169,7 +169,7 @@ void CX11Output::loadScreenInfo ()
// Check if all screens from --screen-root are actually screens
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