diff options
Diffstat (limited to 'xlators/features/changelog/lib/src')
| -rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog.c b/xlators/features/changelog/lib/src/gf-changelog.c index 4e60bb276a7..15c6e84149a 100644 --- a/xlators/features/changelog/lib/src/gf-changelog.c +++ b/xlators/features/changelog/lib/src/gf-changelog.c @@ -467,7 +467,8 @@ gf_changelog_register (char *brick_path, char *scratch_dir,                  goto cleanup;          } -        if (gf_log_init (this->ctx, log_file)) +        /* passing ident as NULL means to use default ident for syslog */ +        if (gf_log_init (this->ctx, log_file, NULL))                  goto cleanup;          gf_log_set_loglevel ((log_level == -1) ? GF_LOG_INFO :  | 
