[gnome-remote-desktop] rdp-graphics-pipeline: Fix a debug message
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop] rdp-graphics-pipeline: Fix a debug message
- Date: Fri, 19 Aug 2022 17:03:07 +0000 (UTC)
commit 9a4e6b9cc4ce98895115afce31682611bc5e62a4
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 1a6ceb5b..4ec59bd0 100644
--- a/src/grd-rdp-graphics-pipeline.c
+++ b/src/grd-rdp-graphics-pipeline.c
@@ -204,7 +204,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]