summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Avati <avati@gluster.com>2010-11-09 05:38:12 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-11-09 03:18:03 -0800
commiteaf0618e47b4e575180a9cbdbeda6ff5995fb144 (patch)
tree93a7ae8c3ff72177ad8f732fda68bee6f5800c61
parent6fb49f18a9bbfd1266b4773e757e459519c6719c (diff)
protocol/server: fix log level of message in server-resolver.cv3.1.1qa5
Signed-off-by: Anand V. Avati <avati@blackhole.gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1092 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1092
-rw-r--r--xlators/protocol/server/src/server-resolve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server-resolve.c b/xlators/protocol/server/src/server-resolve.c
index 859ec5f910b..ec1d6554b20 100644
--- a/xlators/protocol/server/src/server-resolve.c
+++ b/xlators/protocol/server/src/server-resolve.c
@@ -114,7 +114,7 @@ resolve_loc_touchup (call_frame_t *frame)
ret = inode_path (loc->inode, NULL, &path);
}
if (ret)
- gf_log ("", GF_LOG_DEBUG,
+ gf_log (frame->this->name, GF_LOG_TRACE,
"return value inode_path %d", ret);
if (!path)