diff options
| -rw-r--r-- | xlators/protocol/server/src/server-protocol.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/protocol/server/src/server-protocol.c b/xlators/protocol/server/src/server-protocol.c index 7b51f9f26..d9229e0d8 100644 --- a/xlators/protocol/server/src/server-protocol.c +++ b/xlators/protocol/server/src/server-protocol.c @@ -1610,10 +1610,10 @@ server_link_cbk (call_frame_t *frame, void *cookie, xlator_t *this,                  gf_log (state->bound_xl->name, GF_LOG_DEBUG,                          "%"PRId64": LINK (%"PRId64") %"PRId64"/%s ==> %"PRId64"/%s "                          " ==> %"PRId32" (%s)", -                        frame->root->unique, state->loc2.inode->ino, -                        state->loc2.parent->ino, -                        state->loc2.name, state->loc.parent->ino, -                        state->loc.name, +                        frame->root->unique, state->resolve2.ino, +                        state->resolve2.par, +                        state->resolve2.bname, state->resolve.par, +                        state->resolve.bname,                          op_ret, strerror (op_errno));          }  | 
