diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-02-13 18:09:17 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-13 18:14:42 -0800 |
commit | 81779ddb0137cda54362aae11cb05ae8e33b8297 (patch) | |
tree | c461846da9b3370495bb22e0e027b7fe77bfbc6d /sesman/sesman.c | |
parent | 4ebc97ef3905d5e642af8b849a2a3534febb017a (diff) | |
download | xrdp-proprietary-81779ddb0137cda54362aae11cb05ae8e33b8297.tar.gz xrdp-proprietary-81779ddb0137cda54362aae11cb05ae8e33b8297.zip |
Use lowercase program names for syslog
Other programs typically use the same case as their execulables.
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r-- | sesman/sesman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c index 924a7ae8..30fc5f7c 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -268,7 +268,7 @@ main(int argc, char **argv) g_snprintf(cfg_file, 255, "%s/sesman.ini", XRDP_CFG_PATH); /* starting logging subsystem */ - error = log_start(cfg_file, "XRDP-sesman"); + error = log_start(cfg_file, "xrdp-sesman"); if (error != LOG_STARTUP_OK) { |