From 63d4382103573867b10efeb44acfb0bb6e4e1614 Mon Sep 17 00:00:00 2001 From: Hari Gowtham Date: Thu, 13 Aug 2015 12:53:33 +0530 Subject: performance translators : port the missing gf_log to gf_msg backport of: http://review.gluster.org/#/c/11906/ > Change-Id: I5cc2b4669b164fe09637c86da05d2d94589dd7e4 > BUG: 1253149 > Signed-off-by: Hari Gowtham > Reviewed-on: http://review.gluster.org/11906 > Tested-by: NetBSD Build System > Reviewed-by: Raghavendra G > Signed-off-by: Hari Gowtham Change-Id: I54c35e86428a01af5b593df7d3c9bf66a599999c BUG: 1258727 Signed-off-by: Hari Gowtham Reviewed-on: http://review.gluster.org/12073 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Raghavendra G --- xlators/performance/quick-read/src/quick-read.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xlators/performance/quick-read/src/quick-read.c') diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index 9bc27ef650b..4e9c6dcf091 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -1067,8 +1067,9 @@ qr_inode_table_destroy (qr_private_t *priv) * that is fixed, log the assert as warning. GF_ASSERT (list_empty (&priv->table.lru[i]));*/ if (!list_empty (&priv->table.lru[i])) { - gf_log ("quick-read", GF_LOG_INFO, - "quick read inode table lru not empty"); + gf_msg ("quick-read", GF_LOG_INFO, 0, + QUICK_READ_MSG_LRU_NOT_EMPTY, + "quick read inode table lru not empty"); } } -- cgit