Skip to content

Commit

Permalink
Unify error with the Wayland mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nphantasm authored and Almamu committed Sep 23, 2023
1 parent d4c3ca3 commit a853b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WallpaperEngine/Render/Drivers/Output/CX11Output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a853b50

Please sign in to comment.