From b7aed950dbeba2fdc952f734ca2f713acee2345d Mon Sep 17 00:00:00 2001 From: Pranith K Date: Thu, 30 Sep 2010 02:22:52 +0000 Subject: mgmt/glusterd: remove debug messages in cleanup_and_exit Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 1746 (volume delete fails after volume stop) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1746 --- glusterfsd/src/glusterfsd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 332f8f3a740..10ed3310919 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -681,9 +681,7 @@ cleanup_and_exit (int signum) while (trav) { if (trav->fini) { THIS = trav; - gf_log ("", GF_LOG_NORMAL, "Calling fini for %s", trav->name); trav->fini (trav); - gf_log ("", GF_LOG_NORMAL, "Done Calling fini for %s", trav->name); } trav = trav->next; } -- cgit