Add missing spaces in the strings that are split for line wrapping
This commit is contained in:
parent
09709d3ced
commit
22e808a186
@ -99,7 +99,7 @@ xrdp_rdp_read_config(struct xrdp_client_info *client_info)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
log_message(LOG_LEVEL_ALWAYS,"Warning: Your configured crypt level is "
|
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;
|
client_info->crypt_level = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user