From f2db57afb0ecc9b020046c466301c9c9f9f1e73d Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 9 Jan 2018 14:09:13 +0900 Subject: [PATCH] fix indent --- sesman/sesman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sesman/sesman.c b/sesman/sesman.c index 609670af..a89d2f55 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -344,7 +344,7 @@ main(int argc, char **argv) { /* start of daemonizing code */ if (sesman_listen_test(g_cfg) != 0) - { + { log_message(LOG_LEVEL_ERROR, "Failed to start xrdp-sesman daemon, " "possibly address already in use.");