log error message
This commit is contained in:
@@ -63,9 +63,9 @@ func runFilerMetaBackup(cmd *Command, args []string) bool {
|
|||||||
v.SetConfigFile(*metaBackup.backupFilerConfig)
|
v.SetConfigFile(*metaBackup.backupFilerConfig)
|
||||||
|
|
||||||
if err := v.ReadInConfig(); err != nil { // Handle errors reading the config file
|
if err := v.ReadInConfig(); err != nil { // Handle errors reading the config file
|
||||||
glog.Fatalf("Failed to load %s file.\nPlease use this command to generate the a %s.toml file\n"+
|
glog.Fatalf("Failed to load %s file: %v\nPlease use this command to generate the a %s.toml file\n"+
|
||||||
" weed scaffold -config=%s -output=.\n\n\n",
|
" weed scaffold -config=%s -output=.\n\n\n",
|
||||||
*metaBackup.backupFilerConfig, "backup_filer", "filer")
|
*metaBackup.backupFilerConfig, err, "backup_filer", "filer")
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := metaBackup.initStore(v); err != nil {
|
if err := metaBackup.initStore(v); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user