fix
This commit is contained in:
parent
373cd2ecd1
commit
fff7ba9752
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ func LoadBucket(g *BucketFactory, dataFolder string) error {
|
||||||
for _, data := range g.Data {
|
for _, data := range g.Data {
|
||||||
err = exprhelpers.FileInit(dataFolder, data.DestPath, data.Type)
|
err = exprhelpers.FileInit(dataFolder, data.DestPath, data.Type)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
g.logger.Errorf("unable to init data for file '%s': %s", data.Filename, err.Error())
|
g.logger.Errorf("unable to init data for file '%s': %s", data.DestPath, err.Error())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue