mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 14:35:57 +01:00
internal: make frame callbacks log a trace
This commit is contained in:
parent
9dfb9e125b
commit
8f45a64350
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue