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/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/locks/src/common.c') diff --git a/xlators/features/locks/src/common.c b/xlators/features/locks/src/common.c index 9b7cdac4d..973f6303e 100644 --- a/xlators/features/locks/src/common.c +++ b/xlators/features/locks/src/common.c @@ -115,7 +115,7 @@ pl_inode_get (xlator_t *this, inode_t *inode) goto out; } - gf_log ("posix-locks", GF_LOG_TRACE, + gf_log (this->name, GF_LOG_TRACE, "Allocating new pl inode"); st_mode = inode->st_mode; -- cgit