diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2012-04-21 16:20:17 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-04-23 18:50:22 -0700 |
commit | 7c49e18bb58e91698630f95b67bd52e79ad391ca (patch) | |
tree | bf3aa275ab43b6b916c825682c93a87ba0368daf /glusterfsd | |
parent | cbd13c0c1e2abbd04aff616d9767fc7b95365707 (diff) |
glusterfsd: print entire path of functions whenever serializing a reply fails
Change-Id: I72c0296e16c90ec09ecb1678b4c78e8ffd834580
BUG: 814926
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Reviewed-on: http://review.gluster.com/3205
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 3a7c395be..814de1d93 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -134,7 +134,7 @@ glusterfs_submit_reply (rpcsvc_request_t *req, void *arg, iob = glusterfs_serialize_reply (req, arg, &rsp, xdrproc); if (!iob) { - gf_log (THIS->name, GF_LOG_ERROR, "Failed to serialize reply"); + gf_log_callingfn (THIS->name, GF_LOG_ERROR, "Failed to serialize reply"); goto out; } |