[gnome-remote-desktop] rdp-fuse-clipboard: Be more verbose with file range requests
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop] rdp-fuse-clipboard: Be more verbose with file range requests
- Date: Mon, 12 Apr 2021 10:06:36 +0000 (UTC)
commit 178624d288ec6789f7ecc0f289e7098a8d85ac6e
Author: Pascal Nowack <Pascal Nowack gmx de>
Date: Thu Apr 1 13:58:32 2021 +0200
rdp-fuse-clipboard: Be more verbose with file range requests
Also output the requested file size at which offset of the file range
request.
src/grd-rdp-fuse-clipboard.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/grd-rdp-fuse-clipboard.c b/src/grd-rdp-fuse-clipboard.c
index 3101c32..fb95ae9 100644
--- a/src/grd-rdp-fuse-clipboard.c
+++ b/src/grd-rdp-fuse-clipboard.c
@@ -511,8 +511,9 @@ request_file_range_async (GrdRdpFuseClipboard *rdp_fuse_clipboard,
GUINT_TO_POINTER (rdp_fuse_request->stream_id),
rdp_fuse_request);
- g_debug ("[FUSE Clipboard] Requesting file range for file \"%s\" with stream "
- "id %u", fuse_file->filename, rdp_fuse_request->stream_id);
+ g_debug ("[FUSE Clipboard] Requesting file range (%u Bytes at offset %lu) for "
+ "file \"%s\" with stream id %u", requested_size, offset,
+ fuse_file->filename, rdp_fuse_request->stream_id);
grd_clipboard_rdp_request_remote_file_range_async (clipboard_rdp,
rdp_fuse_request->stream_id,
fuse_file->list_idx,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]