diff options
| author | metalefty <meta@vmeta.jp> | 2016-10-20 15:52:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-20 15:52:25 +0900 |
| commit | 0c4c52878a414d7df9e509b9eabe422d29c6185a (patch) | |
| tree | 6d1c34a0f0b598b802af3fdcf31c40d0ad1b64c4 /common/log.c | |
| parent | c9108242cd67159ac0196452e0206410b8a2c343 (diff) | |
| parent | 6fef1e4eb53877d41f52f2b4d93ea11eb680b6b3 (diff) | |
| download | xrdp-proprietary-0c4c52878a414d7df9e509b9eabe422d29c6185a.tar.gz xrdp-proprietary-0c4c52878a414d7df9e509b9eabe422d29c6185a.zip | |
Merge pull request #444 from proski/trivial
Simple changes, mostly log messages and documentation
Diffstat (limited to 'common/log.c')
| -rw-r--r-- | common/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.c b/common/log.c index 77bcc6d6..86935acd 100644 --- a/common/log.c +++ b/common/log.c @@ -222,7 +222,7 @@ internal_log_end(struct log_config *l_cfg) * @return */ enum logLevels DEFAULT_CC -internal_log_text2level(char *buf) +internal_log_text2level(const char *buf) { if (0 == g_strcasecmp(buf, "0") || 0 == g_strcasecmp(buf, "core")) |
