summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c
index 7ad63bde5..8a673ccbe 100644
--- a/xlators/mgmt/glusterd/src/glusterd-store.c
+++ b/xlators/mgmt/glusterd/src/glusterd-store.c
@@ -1455,9 +1455,11 @@ out:
gf_store_unlink_tmppath (volinfo->snap_list_shandle);
if (fd > 0)
close (fd);
- gf_log (THIS->name, GF_LOG_DEBUG, "Returning %d", ret);
+
+ gf_log (THIS->name, GF_LOG_TRACE, "Returning %d", ret);
return ret;
}
+
int32_t
glusterd_store_perform_snap_store (glusterd_volinfo_t *volinfo)
{
@@ -1513,7 +1515,8 @@ out:
gf_store_unlink_tmppath (volinfo->snap_list_shandle);
if (fd > 0)
close (fd);
- gf_log (THIS->name, GF_LOG_DEBUG, "Returning %d", ret);
+
+ gf_log ("", GF_LOG_TRACE, "Returning %d", ret);
return ret;
}