diff options
Diffstat (limited to 'libglusterfs/src/run.c')
| -rw-r--r-- | libglusterfs/src/run.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/run.c b/libglusterfs/src/run.c index ebe7f396299..4fd2a3a0d79 100644 --- a/libglusterfs/src/run.c +++ b/libglusterfs/src/run.c @@ -187,7 +187,7 @@ runner_log (runner_t *runner, const char *dom, gf_loglevel_t lvl,          if (len > 0)                  buf[len - 1] = '\0'; -        gf_log (dom, lvl, "%s: %s", msg, buf); +        gf_log_callingfn (dom, lvl, "%s: %s", msg, buf);          GF_FREE (buf);  }  | 
