Correct typo in log messages

This commit is contained in:
Jean-Baptiste Denis
2022-06-07 16:46:39 +02:00
parent 8086d03f17
commit 78144ba760
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ func RunServer() error {
go func() {
for range c {
wwlog.Warn("Recieved SIGHUP, reloading...")
wwlog.Warn("Received SIGHUP, reloading...")
err := LoadNodeDB()
if err != nil {
wwlog.Error("Could not load node DB: %s", err)