From 607929c43f71a0f7f4543936ebf6d801075dc48a Mon Sep 17 00:00:00 2001 From: Sad Pencil Date: Sat, 23 Feb 2019 06:56:54 +0800 Subject: [PATCH] t8 --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 69a417977e..b5383c4896 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -283,7 +283,7 @@ func geth(ctx *cli.Context) error { // miner. func startNode(ctx *cli.Context, stack *node.Node) { //timing - log2.InitOutputFile(ctx.String(utils.TimingOutputFlag.Name)) + log2.InitOutputFile(ctx.GlobalString(utils.TimingOutputFlag.Name)) debug.Memsize.Add("node", stack)