mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 23:28:01 +00:00
fix(session): decrease verbosity of Rfx frame_index
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
1df0737b0d
commit
b31b99eafb
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ impl DecodingContext {
|
|||
}
|
||||
let region = region;
|
||||
|
||||
debug!(frame_index = frame_begin.index);
|
||||
trace!(frame_index = frame_begin.index);
|
||||
trace!(destination_rectangle = ?destination);
|
||||
trace!(context = ?self.context);
|
||||
trace!(channels = ?self.channels);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue