debug: move to hyprutils' logger (#12673)
This commit is contained in:
parent
f88deb928a
commit
6175ecd4c4
147 changed files with 1696 additions and 1709 deletions
|
|
@ -213,7 +213,7 @@ static SDispatchResult scroll(std::string in) {
|
|||
by = std::stod(in);
|
||||
} catch (...) { return SDispatchResult{.success = false, .error = "invalid input"}; }
|
||||
|
||||
Debug::log(LOG, "tester: scrolling by {}", by);
|
||||
Log::logger->log(Log::DEBUG, "tester: scrolling by {}", by);
|
||||
|
||||
g_mouse->m_pointerEvents.axis.emit(IPointer::SAxisEvent{
|
||||
.delta = by,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue