diff options
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index ca6b9b3810d..fa94c59056f 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -838,9 +838,8 @@ reincarnate (int signum)                          "Fetching the volume file from server...");                  ret = glusterfs_volfile_fetch (ctx);          } else { -                gf_log ("glusterfsd", GF_LOG_INFO, -                        "Reloading volfile ..."); -                ret = glusterfs_volumes_init (ctx); +                gf_log ("glusterfsd", GF_LOG_DEBUG, +                        "Not reloading volume specification file on SIGHUP");          }          /* Also, SIGHUP should do logrotate */  | 
