diff options
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 4ee7689bf..d8c693ff4 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1229,7 +1229,9 @@ main (int argc, char *argv[]) _gf_dump_details (argc, argv); } - + + gf_log_volume_file (ctx->specfp); + gf_log ("glusterfs", GF_LOG_DEBUG, "running in pid %d", getpid ()); |