Wording concerns

This commit is contained in:
Timur Ismagilov 2024-09-07 23:53:37 +03:00
parent 2c75a3363b
commit d834bdff10
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ func Init() error {
} }
} }
slog.Info("Loaded interwiki map", "entryCount", len(listOfEntries)) slog.Info("Indexed interwiki map", "n", len(listOfEntries))
return nil return nil
} }

View File

@ -44,7 +44,7 @@ func main() {
os.Exit(1) os.Exit(1)
} }
slog.Info("Running Mycorrhiza Wiki", slog.Info("Running Mycorrhiza Wiki",
"version", version.Long, "wikiDir", cfg.WikiDir) "version", version.Short, "wikiDir", cfg.WikiDir)
// Init the subsystems: // Init the subsystems:
// TODO: keep all crashes in main rather than somewhere there // TODO: keep all crashes in main rather than somewhere there