From bf68324270f7e15f140ccb74ab355f8179cce92f Mon Sep 17 00:00:00 2001 From: Pranith K Date: Mon, 11 Oct 2010 06:42:32 +0000 Subject: Set correct logging level for log messages Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 1887 (logging mess) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1887 --- xlators/mgmt/glusterd/src/glusterd-store.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-store.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c index c195600a8..4b9895219 100644 --- a/xlators/mgmt/glusterd/src/glusterd-store.c +++ b/xlators/mgmt/glusterd/src/glusterd-store.c @@ -748,8 +748,7 @@ glusterd_retrieve_uuid () &uuid_str); if (ret) { - gf_log ("", GF_LOG_CRITICAL, "Retrieving uuid failed" - " ret = %d", ret); + gf_log ("", GF_LOG_NORMAL, "No previous uuid is present"); goto out; } -- cgit