mirror of https://github.com/neutrinolabs/xrdp
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;
|
||||
}
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue