summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src/entrylk.c
diff options
context:
space:
mode:
authorPavan Sondur <pavan@gluster.com>2009-09-30 05:48:22 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-10-01 03:32:27 -0700
commitdca4b2a23cb55e1e15fb393e7cbfd39b59280c9c (patch)
tree7b174836b4f47c2ba1353f0c308ac101837defe0 /xlators/features/locks/src/entrylk.c
parent820b88c3389b59dce190e6846703c267d7113a63 (diff)
Changes to use this->name while using logging instead of explicitly mentioning posix-locks.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 290 (Clean up a calls to gf_log in locks' code) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=290
Diffstat (limited to 'xlators/features/locks/src/entrylk.c')
-rw-r--r--xlators/features/locks/src/entrylk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/entrylk.c b/xlators/features/locks/src/entrylk.c
index 0ddc9532f..383335977 100644
--- a/xlators/features/locks/src/entrylk.c
+++ b/xlators/features/locks/src/entrylk.c
@@ -456,7 +456,7 @@ pl_common_entrylk (call_frame_t *frame, xlator_t *this,
dom = get_domain (pinode, volume);
if (!dom){
- gf_log ("posix-locks", GF_LOG_ERROR,
+ gf_log (this->name, GF_LOG_ERROR,
"Out of memory");
op_errno = ENOMEM;
goto out;