diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/protocol/server/src/server-protocol.c | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/xlators/protocol/server/src/server-protocol.c b/xlators/protocol/server/src/server-protocol.c index a7ac5be77..cbdd48841 100644 --- a/xlators/protocol/server/src/server-protocol.c +++ b/xlators/protocol/server/src/server-protocol.c @@ -3474,10 +3474,9 @@ server_lookup (call_frame_t *frame, xlator_t *bound_xl,                                                  &xattr_req);  			if (ret < 0) {  				gf_log (bound_xl->name, GF_LOG_ERROR, -					"%"PRId64": %s (%"PRId64"): failed to " -					"unserialize request buffer to dictionary",  -					frame->root->unique, state->loc.path,  -					state->ino); +					"%"PRId64": failed to unserialize " +                                        "request buffer to dictionary",  +					frame->root->unique);  				free (req_dictbuf);  				goto fail;  			} else{  | 
