diff options
| author | Vikas Gorur <vikas@gluster.com> | 2009-07-02 07:08:47 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-07-02 10:14:48 -0700 | 
| commit | 13fd1ec05715b97f91b91f3954bd9f87e86ae33d (patch) | |
| tree | f0f1122fda27a3eb91b223fc609e51caeac43a62 /glusterfsd/src/glusterfsd.c | |
| parent | 1a79ea17f77a99471205e8ddb10a94dce80eb7b2 (diff) | |
Print volume file after printing other details.
This makes the log format compatible with earlier
versions. Fixes bug #105.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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 f0054189bc6..1864424aa00 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1198,7 +1198,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 ());  | 
