From 1a27c2edd6d49118a73da2f30deccb4a91bebad2 Mon Sep 17 00:00:00 2001 From: Joseph Fernandes Date: Fri, 8 May 2015 16:36:00 +0530 Subject: CTR/Libgfdb: Log typo fix Log typo fix for CTR Xlator and Libgfdb Change-Id: I8d7208b9756199f8dc0a72771a3c953b4fa00f3f BUG: 1215896 Signed-off-by: Joseph Fernandes Reviewed-on: http://review.gluster.org/10668 Reviewed-by: Dan Lambright Reviewed-by: N Balachandran Tested-by: NetBSD Build System Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- xlators/features/changetimerecorder/src/ctr-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/changetimerecorder') diff --git a/xlators/features/changetimerecorder/src/ctr-helper.c b/xlators/features/changetimerecorder/src/ctr-helper.c index a2e2569818d..005f9097f65 100644 --- a/xlators/features/changetimerecorder/src/ctr-helper.c +++ b/xlators/features/changetimerecorder/src/ctr-helper.c @@ -247,7 +247,7 @@ int extract_ctr_options (xlator_t *this, gf_ctr_private_t *_priv) { GF_OPTION_INIT ("ctr-enabled", _priv->enabled, bool, out); if (!_priv->enabled) { gf_log (GFDB_DATA_STORE, GF_LOG_ERROR, - "CTR Xlator is Disable!"); + "CTR Xlator is disabled."); ret = 0; goto out; } -- cgit