From dca4b2a23cb55e1e15fb393e7cbfd39b59280c9c Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Wed, 30 Sep 2009 05:48:22 +0000 Subject: Changes to use this->name while using logging instead of explicitly mentioning posix-locks. Signed-off-by: Anand V. Avati 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 --- xlators/features/locks/src/entrylk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/locks/src/entrylk.c') diff --git a/xlators/features/locks/src/entrylk.c b/xlators/features/locks/src/entrylk.c index 0ddc9532fba..3833359772f 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; -- cgit