Merge pull request #3027 from matt335672/reclassify_info_msg

Reclassify debugging message as informational
This commit is contained in:
matt335672 2024-04-08 10:52:59 +01:00 committed by GitHub
commit fe0ee0f9df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ gfx_wiretosurface2(struct xrdp_encoder *self,
{ {
break; break;
} }
LOG_DEVEL(LOG_LEVEL_ERROR, "gfx_wiretosurface2: " LOG_DEVEL(LOG_LEVEL_INFO, "gfx_wiretosurface2: "
"tiles_compressed %d total_tiles %d tiles_written %d", "tiles_compressed %d total_tiles %d tiles_written %d",
tiles_compressed, total_tiles, tiles_compressed, total_tiles,
tiles_written); tiles_written);