fix: update error message

This commit is contained in:
Derrick Hammer 2024-01-12 09:30:55 -05:00
parent de407b2803
commit ab6b71813d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func (s *S5Protocol) Initialize(portal interfaces.Portal) error {
dbPath := pconfig.GetString("dbPath")
if dbPath == "" {
logger.Fatal("dbPath is required")
logger.Fatal("protocol.s5.dbPath is required")
}
_, p, err := ed25519.GenerateKey(nil)