diff options
Diffstat (limited to 'xlators/features/changelog/src/changelog.c')
| -rw-r--r-- | xlators/features/changelog/src/changelog.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/features/changelog/src/changelog.c b/xlators/features/changelog/src/changelog.c index 8758b7691a1..8b22a049dc9 100644 --- a/xlators/features/changelog/src/changelog.c +++ b/xlators/features/changelog/src/changelog.c @@ -2073,14 +2073,15 @@ changelog_spawn_helper_threads (xlator_t *this, changelog_priv_t *priv)          priv->cr.notify = _gf_false;          priv->cr.this = this;          ret = gf_thread_create (&priv->cr.rollover_th, -				NULL, changelog_rollover, priv); +                                NULL, changelog_rollover, priv, "clogro");          if (ret)                  goto out;          if (priv->fsync_interval) {                  priv->cf.this = this;                  ret = gf_thread_create (&priv->cf.fsync_th, -					NULL, changelog_fsync_thread, priv); +                                        NULL, changelog_fsync_thread, priv, +                                        "clogfsyn");          }          if (ret)  | 
