[gnome-remote-desktop/gnome-42] rdp-graphics-pipeline: Fix a debug message
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop/gnome-42] rdp-graphics-pipeline: Fix a debug message
- Date: Thu, 1 Sep 2022 15:16:11 +0000 (UTC)
commit 38ccd5639fa2695444ab645b854ac3f9a19346ca
Author: Pascal Nowack <Pascal Nowack gmx de>
Date: Thu Aug 18 09:53:56 2022 +0200
rdp-graphics-pipeline: Fix a debug message
The NVENC session was just created here and is not any more in the
process of creation.
So, fix that message accordingly.
src/grd-rdp-graphics-pipeline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/grd-rdp-graphics-pipeline.c b/src/grd-rdp-graphics-pipeline.c
index 4dc5d215..b88d9ff0 100644
--- a/src/grd-rdp-graphics-pipeline.c
+++ b/src/grd-rdp-graphics-pipeline.c
@@ -195,7 +195,7 @@ grd_rdp_graphics_pipeline_create_surface (GrdRdpGraphicsPipeline *graphics_pipel
uint16_t aligned_width_16;
uint16_t aligned_height_16;
- g_debug ("[RDP.RDPGFX] Creating NVENC session for surface %u", surface_id);
+ g_debug ("[RDP.RDPGFX] Created NVENC session for surface %u", surface_id);
aligned_width_16 = grd_get_aligned_size (surface_width, 16);
aligned_height_16 = grd_get_aligned_size (surface_height, 16);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]