Reclassify debugging message as informational
This commit is contained in:
parent
e73f26c7c1
commit
4b571b8499
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user