diff -ur xrdp-0.9.15.orig/common/log.c xrdp-0.9.15/common/log.c --- xrdp-0.9.15.orig/common/log.c 2020-12-28 15:03:43.000000000 +0100 +++ xrdp-0.9.15/common/log.c 2021-01-04 00:24:03.750416646 +0100 @@ -304,7 +304,7 @@ lc->console_level = LOG_LEVEL_INFO; lc->enable_syslog = 0; lc->syslog_level = LOG_LEVEL_INFO; - lc->dump_on_start = 1; + lc->dump_on_start = 0; lc->enable_pid = 0; g_snprintf(section_name, 511, "%s%s", section_prefix, SESMAN_CFG_LOGGING); diff -ur xrdp-0.9.15.orig/xrdp/xrdp.c xrdp-0.9.15/xrdp/xrdp.c --- xrdp-0.9.15.orig/xrdp/xrdp.c 2020-12-28 15:03:43.000000000 +0100 +++ xrdp-0.9.15/xrdp/xrdp.c 2021-01-04 00:12:20.438416646 +0100 @@ -503,7 +503,7 @@ if (startup_params.kill) { - g_writeln("stopping xrdp"); + /*g_writeln("stopping xrdp");*/ /* read the xrdp.pid file */ fd = -1; @@ -521,7 +521,7 @@ g_memset(text, 0, 32); g_file_read(fd, text, 31); pid = g_atoi(text); - g_writeln("stopping process id %d", pid); + /*g_writeln("stopping process id %d", pid);*/ if (pid > 0) { @@ -626,7 +626,7 @@ if (0 != pid) { - g_writeln("daemon process %d started ok", pid); + /* g_writeln("daemon process %d started ok", pid); */ /* exit, this is the main process */ g_deinit(); g_exit(0);