mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 09:43:24 +03:00
add desktop name to DEBUG output. when is desktop ever NOT "Default" ?
This commit is contained in:
parent
e6d0f40a36
commit
767188799e
@ -55,6 +55,7 @@ std::string activeDesktopName()
|
||||
name = buffer;
|
||||
CloseDesktop(desk);
|
||||
}
|
||||
LOG((CLOG_DEBUG "found desktop name: %.64s", name.c_str()));
|
||||
return name;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user