summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-02-11 19:44:22 -0800
committerPavel Roskin <plroskin@gmail.com>2016-02-12 23:52:45 -0800
commit22e808a18673f8ea82250a27310873d13cf9a680 (patch)
treeb95dfa439e428530aeb7ac510aa11419dce4a34b /sesman
parent09709d3ced4e95014ba72f7279611af2b64a2678 (diff)
downloadxrdp-proprietary-22e808a18673f8ea82250a27310873d13cf9a680.tar.gz
xrdp-proprietary-22e808a18673f8ea82250a27310873d13cf9a680.zip
Add missing spaces in the strings that are split for line wrapping
Diffstat (limited to 'sesman')
-rw-r--r--sesman/access.c2
-rw-r--r--sesman/chansrv/pulse/module-xrdp-sink.c2
-rw-r--r--sesman/scp_v1.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sesman/access.c b/sesman/access.c
index 269b9e77..b50f2caa 100644
--- a/sesman/access.c
+++ b/sesman/access.c
@@ -93,7 +93,7 @@ access_login_mng_allowed(char *user)
if (0 == g_cfg->sec.ts_admins_enable)
{
- LOG_DBG("[MNG] Terminal Server Admin group is disabled,"
+ LOG_DBG("[MNG] Terminal Server Admin group is disabled, "
"allowing authentication", 1);
return 1;
}
diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c
index 5d6256d4..f56644b9 100644
--- a/sesman/chansrv/pulse/module-xrdp-sink.c
+++ b/sesman/chansrv/pulse/module-xrdp-sink.c
@@ -77,7 +77,7 @@ PA_MODULE_USAGE(
"sink_name=<name for the sink> "
"sink_properties=<properties for the sink> "
"format=<sample format> "
- "rate=<sample rate>"
+ "rate=<sample rate> "
"channels=<number of channels> "
"channel_map=<channel map>");
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)