Skip to content
Snippets Groups Projects
Commit 88bf767f authored by Alexander Tuxen's avatar Alexander Tuxen Committed by Felix Gerking
Browse files

logging IviId instead of WindowId in case of error.

parent 3d2b4418
No related branches found
No related tags found
1 merge request!48Rework Compositor
......@@ -405,7 +405,7 @@ WaylandCompositor {
var affectedSurfaces = getActiveSurfaces(getPidFromIviId(windowid));
if (affectedSurfaces.length === 0)
{
console.log("no screens found for ID", screenid);
console.log("no screens found for ID", windowid);
server.returnStatus(-1);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment