diff --git a/VirtualBox-7.1.6/src/VBox/Additions/x11/VBoxClient/wayland-helper-dcp.cpp b/VirtualBox-7.1.6/src/VBox/Additions/x11/VBoxClient/wayland-helper-dcp.cpp
index b5764ea0..c2bb633c 100644
a
|
b
|
static DECLCALLBACK(int) vbcl_wayland_hlp_dcp_hg_clip_report_join3_cb(
|
1395 | 1395 | rc = vbcl_wayland_hlp_dcp_write_wl_fd(pPriv->fd, pvBufOut, cbOut); |
1396 | 1396 | RTMemFree(pvBufOut); |
1397 | 1397 | } |
1398 | 1398 | else |
1399 | | VBClLogError("cannot convert '%s' to native format, rc=%Rrc\n", rc); |
| 1399 | VBClLogError("cannot convert '%s' to native format, rc=%Rrc\n", pPriv->sMimeType, rc); |
1400 | 1400 | } |
1401 | 1401 | else |
1402 | 1402 | rc = VERR_TIMEOUT; |
1403 | 1403 | } |