change log message from Xrdp to X11rdp

This commit is contained in:
jsorg71 2008-03-11 04:55:25 +00:00
parent 619b2f0c10
commit 2668c0f8b4
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ scp_v0_process(struct SCP_CONNECTION* c, struct SCP_SESSION* s)
} }
else else
{ {
log_message(&(g_cfg.log), LOG_LEVEL_INFO, "starting Xrdp session..."); log_message(&(g_cfg.log), LOG_LEVEL_INFO, "starting X11rdp session...");
display = session_start(s->width, s->height, s->bpp, s->username, s->password, display = session_start(s->width, s->height, s->bpp, s->username, s->password,
data, SESMAN_SESSION_TYPE_XRDP); data, SESMAN_SESSION_TYPE_XRDP);
} }

View File

@ -116,7 +116,7 @@ scp_v1_process(struct SCP_CONNECTION* c, struct SCP_SESSION* s)
} }
else else
{ {
log_message(&(g_cfg.log), LOG_LEVEL_INFO, "starting Xrdp session..."); log_message(&(g_cfg.log), LOG_LEVEL_INFO, "starting X11rdp session...");
display = session_start(s->width, s->height, s->bpp, s->username, display = session_start(s->width, s->height, s->bpp, s->username,
s->password, data, SESMAN_SESSION_TYPE_XRDP); s->password, data, SESMAN_SESSION_TYPE_XRDP);
} }