diff options
Diffstat (limited to 'glusterfsd')
-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 332f8f3a7..10ed33109 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; } |