Fixed crash on movetoworkspacesilent

This commit is contained in:
taylor85345 2022-06-21 16:13:05 -07:00 committed by GitHub
parent 4c2459861b
commit b9f542a60f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ void CEventManager::startThread() {
void CEventManager::postEvent(const SHyprIPCEvent event) {
if (m_bIgnoreEvents) {
Debug::log(WARN, "Suppressed (ignoreevents true) event of type %s, content: %s");
Debug::log(WARN, "Suppressed (ignoreevents true) event of type %s, content: %s",event.event.c_str(), event.data.c_str());
return;
}