debug: move to hyprutils' logger (#12673)
This commit is contained in:
parent
f88deb928a
commit
6175ecd4c4
147 changed files with 1696 additions and 1709 deletions
|
|
@ -41,7 +41,7 @@ void CPointerWarpProtocol::bindManager(wl_client* client, void* data, uint32_t v
|
|||
if (!g_pSeatManager->serialValid(PSEAT, serial, false))
|
||||
return;
|
||||
|
||||
LOGM(LOG, "warped pointer to {}", GLOBALPOS);
|
||||
LOGM(Log::DEBUG, "warped pointer to {}", GLOBALPOS);
|
||||
|
||||
g_pPointerManager->warpTo(GLOBALPOS);
|
||||
g_pSeatManager->sendPointerMotion(Time::millis(Time::steadyNow()), LOCALPOS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue