xrdp: don’t spit on the console when starting

Picked from Debian's local patch [1].

We have worked on reducing Debian's local patches in #1762 #1765.
This is the last one left and helps to  remove shutup-daemon.diff
completely. I don't think this log to stdout is necessary.

[1] https://salsa.debian.org/debian-remote-team/xrdp/-/blob/debian/0.9.17-2/debian/patches/shutup-daemon.diff
This commit is contained in:
Koichiro IWAO 2021-12-08 15:01:53 +09:00
parent a266d67fdf
commit 3c10abd1be
No known key found for this signature in database
GPG Key ID: 03993B4065E7193B

View File

@ -635,7 +635,6 @@ main(int argc, char **argv)
if (0 != pid)
{
g_writeln("daemon process %d started ok", pid);
/* exit, this is the main process */
log_end();
g_deinit();