mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/utils: use variable for Fatalf line format
This commit is contained in:
parent
49d1a032da
commit
aa4e826e60
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ func MakeDataDir(ctx *cli.Context) string {
|
|||
}
|
||||
return path
|
||||
}
|
||||
Fatalf("Cannot determine default data directory, please set manually (--datadir)")
|
||||
Fatalf("Cannot determine default data directory, please set manually (--%s)", DataDirFlag.Name)
|
||||
return ""
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue