mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
import: Added more info to err message
This commit is contained in:
parent
348db90785
commit
c8d41ed649
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ func importChain(ctx *cli.Context) error {
|
|||
} else {
|
||||
for _, arg := range ctx.Args() {
|
||||
if err := utils.ImportChain(chain, arg); err != nil {
|
||||
log.Error("Import error", "err", err)
|
||||
log.Error("Import error", "file",arg, "err", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue