GUACAMOLE-474: Minor style and debug message tweaks.

This commit is contained in:
Nick Couchman 2020-05-29 07:39:39 -04:00
parent b077013c30
commit ec093d3cea
3 changed files with 4 additions and 3 deletions

View File

@ -790,7 +790,8 @@ static int guac_common_ssh_sftp_get_handler(guac_user* user,
/* If downloads are disabled, log and return. */ /* If downloads are disabled, log and return. */
if (filesystem->disable_download) { if (filesystem->disable_download) {
guac_user_log(user, GUAC_LOG_INFO, guac_user_log(user, GUAC_LOG_INFO,
"File downloads have been disabled."); "Unable to download file \"%s\", "
"file downloads have been disabled.", fullpath);
return 0; return 0;
} }