From 232235a9ddeaf33159ee8af809efee440b06c6d1 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 27 Jul 2010 03:13:55 +0000 Subject: cluster/afr: Logging improvement for self-heal Signed-off-by: Pranith Kumar K Signed-off-by: Anand V. Avati BUG: 1037 (selfheal information in normal logging mode) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1037 --- xlators/cluster/afr/src/afr-dir-read.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'xlators/cluster/afr/src/afr-dir-read.c') diff --git a/xlators/cluster/afr/src/afr-dir-read.c b/xlators/cluster/afr/src/afr-dir-read.c index d2b8e5287..281fc78d3 100644 --- a/xlators/cluster/afr/src/afr-dir-read.c +++ b/xlators/cluster/afr/src/afr-dir-read.c @@ -163,10 +163,8 @@ out: sh_type_str, sizeof(sh_type_str)); gf_log (this->name, GF_LOG_NORMAL, - "%s self-heal triggered. " - "path: %s, " - "reason: checksums of " - "directory differ," + "%s self-heal triggered. path: %s, " + "reason: checksums of directory differ," " forced merge option set", sh_type_str, local->loc.path); -- cgit