summaryrefslogtreecommitdiffstats
path: root/sesman/session.c
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-06-15 13:46:23 +0900
committerKoichiro IWAO <meta@vmeta.jp>2018-06-16 16:44:37 +0900
commit9192e95c969a697f70e8f15e0f2c640297ba636e (patch)
treea0e429d748e3f1e93aeda7003d0374c9699e047c /sesman/session.c
parent6fb18cd5faa82013de8dcc39ffb67eb614681394 (diff)
downloadxrdp-proprietary-9192e95c969a697f70e8f15e0f2c640297ba636e.tar.gz
xrdp-proprietary-9192e95c969a697f70e8f15e0f2c640297ba636e.zip
sesman: fix logging after default_wm change
Diffstat (limited to 'sesman/session.c')
-rw-r--r--sesman/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/session.c b/sesman/session.c
index 0877c542..0d9fdc70 100644
--- a/sesman/session.c
+++ b/sesman/session.c
@@ -584,7 +584,7 @@ session_start_fork(tbus data, tui8 type, struct SCP_CONNECTION *c,
"%s", g_get_errno(), g_get_strerror());
log_message(LOG_LEVEL_DEBUG, "execlp3 parameter list:");
log_message(LOG_LEVEL_DEBUG, " argv[0] = %s",
- text);
+ g_cfg->default_wm);
log_message(LOG_LEVEL_DEBUG, " argv[1] = %s",
g_cfg->default_wm);