diff -ur xrdp-0.9.11.orig/common/log.c xrdp-0.9.11/common/log.c --- xrdp-0.9.11.orig/common/log.c 2019-03-25 03:34:16.000000000 +0100 +++ xrdp-0.9.11/common/log.c 2019-08-21 23:15:55.763000000 +0200 @@ -382,11 +382,11 @@ /* try to create path if not exist */ g_create_path(lc->log_file); - g_printf("logging configuration:\r\n"); + /*g_printf("logging configuration:\r\n"); g_printf("\tLogFile: %s\r\n", lc->log_file); g_printf("\tLogLevel: %i\r\n", lc->log_level); g_printf("\tEnableSyslog: %i\r\n", lc->enable_syslog); - g_printf("\tSyslogLevel: %i\r\n", lc->syslog_level); + g_printf("\tSyslogLevel: %i\r\n", lc->syslog_level);*/ return LOG_STARTUP_OK; } diff -ur xrdp-0.9.11.orig/xrdp/xrdp.c xrdp-0.9.11/xrdp/xrdp.c --- xrdp-0.9.11.orig/xrdp/xrdp.c 2019-08-19 17:39:17.000000000 +0200 +++ xrdp-0.9.11/xrdp/xrdp.c 2019-08-21 23:16:41.256000000 +0200 @@ -475,7 +475,7 @@ if (startup_params->kill) { - g_writeln("stopping xrdp"); + /*g_writeln("stopping xrdp");*/ /* read the xrdp.pid file */ fd = -1; @@ -493,7 +493,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) { @@ -597,7 +597,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);