summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-store.c
diff options
context:
space:
mode:
authorPranith K <pranithk@gluster.com>2010-10-11 06:42:32 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-10-11 07:31:25 -0700
commitbf68324270f7e15f140ccb74ab355f8179cce92f (patch)
tree78f7e808c1b4974bdd786e60165f3bbce72a661f /xlators/mgmt/glusterd/src/glusterd-store.c
parent47a87215e30d3ea2dc6ec9ae178f5a9e3eae9e96 (diff)
Set correct logging level for log messages
Signed-off-by: Pranith Kumar K <pranithk@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1887 (logging mess) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1887
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c
index c195600a8f4..4b989521974 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;
}