From 52d0ae7bc35680bcec094be39f119d966ea9a77f Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Thu, 2 Jul 2009 07:08:47 +0000 Subject: 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 --- libglusterfs/src/spec.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/spec.y b/libglusterfs/src/spec.y index b4cd9c96aa1..f1cffe5d93e 100644 --- a/libglusterfs/src/spec.y +++ b/libglusterfs/src/spec.y @@ -583,7 +583,7 @@ file_to_xlator_tree (glusterfs_ctx_t *ctx, FREE (buffer); return NULL; } - gf_log_volume_file (tmp_file); + gctx = ctx; yyin = tmp_file; ret = yyparse (); -- cgit