Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed log message.
  • Loading branch information
KN4CK3R committed May 29, 2021
commit 7da7725edb87df5096fa4745ff50d28268032eb5
2 changes: 1 addition & 1 deletion modules/setting/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ func CreateOrAppendToCustomConf(callback func(cfg *ini.File)) {
return
}
if err := cfg.SaveTo(CustomConf); err != nil {
log.Fatal("error saving generating JWT secret to custom config: %v", err)
log.Fatal("error saving to custom config: %v", err)
}
}

Expand Down