diff options
Diffstat (limited to 'xlators/debug')
| -rw-r--r-- | xlators/debug/trace/src/trace.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/debug/trace/src/trace.c b/xlators/debug/trace/src/trace.c index 3daa730f009..31a1489b5d0 100644 --- a/xlators/debug/trace/src/trace.c +++ b/xlators/debug/trace/src/trace.c @@ -761,7 +761,7 @@ trace_link_cbk (call_frame_t *frame, void *cookie, xlator_t *this,                  if (op_ret >= 0) {                          statstr = trace_stat_to_str (buf);                          preparentstr = trace_stat_to_str (preparent); -                        preparentstr = trace_stat_to_str (postparent); +                        postparentstr = trace_stat_to_str (postparent);                          gf_log (this->name, GF_LOG_NORMAL,                                  "%"PRId64": (op_ret=%d, ino = %"PRIu64  | 
