Add missing spaces in the strings that are split for line wrapping

This commit is contained in:
Pavel Roskin 2016-02-11 19:44:22 -08:00
parent 09709d3ced
commit 22e808a186
6 changed files with 8 additions and 8 deletions

View File

@ -99,7 +99,7 @@ xrdp_rdp_read_config(struct xrdp_client_info *client_info)
else
{
log_message(LOG_LEVEL_ALWAYS,"Warning: Your configured crypt level is "
"undefined 'high' will be used");
"undefined, 'high' will be used");
client_info->crypt_level = 3;
}
}