diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-02-11 19:44:22 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-12 23:52:45 -0800 |
commit | 22e808a18673f8ea82250a27310873d13cf9a680 (patch) | |
tree | b95dfa439e428530aeb7ac510aa11419dce4a34b /sesman/scp_v1.c | |
parent | 09709d3ced4e95014ba72f7279611af2b64a2678 (diff) | |
download | xrdp-proprietary-22e808a18673f8ea82250a27310873d13cf9a680.tar.gz xrdp-proprietary-22e808a18673f8ea82250a27310873d13cf9a680.zip |
Add missing spaces in the strings that are split for line wrapping
Diffstat (limited to 'sesman/scp_v1.c')
-rw-r--r-- | sesman/scp_v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/scp_v1.c b/sesman/scp_v1.c index a0fff6d9..92e1dad5 100644 --- a/sesman/scp_v1.c +++ b/sesman/scp_v1.c @@ -110,7 +110,7 @@ scp_v1_process(struct SCP_CONNECTION *c, struct SCP_SESSION *s) if (scount == 0) { /* no disconnected sessions - start a new one */ - log_message(LOG_LEVEL_DEBUG, "No disconnected sessions for this user" + log_message(LOG_LEVEL_DEBUG, "No disconnected sessions for this user " "- we create a new one"); if (0 != s->client_ip) |