diff --git a/src/protocols/rdp/guac_rdpdr/rdpdr_fs.c b/src/protocols/rdp/guac_rdpdr/rdpdr_fs.c index f3b45aad..11c85d2c 100644 --- a/src/protocols/rdp/guac_rdpdr/rdpdr_fs.c +++ b/src/protocols/rdp/guac_rdpdr/rdpdr_fs.c @@ -71,10 +71,14 @@ static char* __guac_rdpdr_fs_translate_path(guac_rdpdr_device* device, /* Start with path from settings */ for (i=0; irdpdr->client, "Path translated to \"%s\"", path_buffer); + guac_client_log_info(device->rdpdr->client, "Path \"%s\" translated to \"%s\"", + path, path_buffer); /* Open file */ fd = open(path_buffer, flags, mode);