From 8f45a6435069b9e24ebd3160eda736d7a391cbf2 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:08:00 +0100 Subject: [PATCH] internal: make frame callbacks log a trace --- src/portals/Screencopy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portals/Screencopy.cpp b/src/portals/Screencopy.cpp index e4c8857..1410b20 100644 --- a/src/portals/Screencopy.cpp +++ b/src/portals/Screencopy.cpp @@ -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) {