diff options
| author | Pranith K <pranithk@gluster.com> | 2010-09-30 02:22:52 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-30 01:52:14 -0700 | 
| commit | b7aed950dbeba2fdc952f734ca2f713acee2345d (patch) | |
| tree | 559c90e1a029b2b169c30267c76dc9184ca558f5 /glusterfsd/src | |
| parent | 65c704747809e126edde164cd0ce9f98ea7f6dc8 (diff) | |
mgmt/glusterd: remove debug messages in cleanup_and_exit
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1746 (volume delete fails after volume stop)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1746
Diffstat (limited to 'glusterfsd/src')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 | 
1 files changed, 0 insertions, 2 deletions
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;          }  | 
