Wording concerns
This commit is contained in:
parent
2c75a3363b
commit
d834bdff10
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
main.go
2
main.go
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user