improve logging
This commit is contained in:
parent
dd632483fc
commit
449ebd2ac9
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ cscli backup restore ./my-backup`,
|
||||||
}
|
}
|
||||||
outputCTX, err = outputs.NewOutput(&outputConfig, false)
|
outputCTX, err = outputs.NewOutput(&outputConfig, false)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("Failed to load output plugins")
|
log.Fatalf("Failed to load output plugins : %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := cwhub.GetHubIdx(); err != nil {
|
if err := cwhub.GetHubIdx(); err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue