Reclassify debugging message as informational

This commit is contained in:
matt335672 2024-04-08 10:13:34 +01:00
parent e73f26c7c1
commit 4b571b8499
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ gfx_wiretosurface2(struct xrdp_encoder *self,
{
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, total_tiles,
tiles_written);