internal: make frame callbacks log a trace

This commit is contained in:
vaxerski 2023-09-13 19:08:00 +01:00
parent 9dfb9e125b
commit 8f45a64350
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ void CScreencopyPortal::startFrameCopy(CScreencopyPortal::SSession* pSession) {
else if (pSession->sharingData.windowFrameCallback)
hyprland_toplevel_export_frame_v1_add_listener(pSession->sharingData.windowFrameCallback, &hyprlandFrameListener, pSession);
Debug::log(LOG, "[screencopy] frame callbacks initialized");
Debug::log(TRACE, "[screencopy] frame callbacks initialized");
}
void CScreencopyPortal::queueNextShareFrame(CScreencopyPortal::SSession* pSession) {