Skip to content

Commit fb617a6

Browse files
read config err
1 parent 6de771e commit fb617a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Also, make sure your firewall is configured to allow inbound connections to port
7171

7272
### Binaries (Windows/Linux/macOS)
7373

74-
Binary releases are provided for common operating systems and architectures:
74+
Binary releases and config files are provided for common operating systems and architectures:
7575

7676
https://github.com/drep-project/DREP-Chain/releases/tag/4.0
7777

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func (mApp *DrepApp) action(ctx *cli.Context) error {
194194
//flag
195195
err := mApp.Context.UnmashalConfig(service.Name(), fieldValue.Interface())
196196
if err != nil {
197-
fmt.Println(err)
197+
fmt.Println("unmashalConfig", service.Name(), err)
198198
return err
199199
}
200200
err = service.Init(mApp.Context)

0 commit comments

Comments
 (0)