mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 08:48:32 +02:00
improve initialization flow
This commit is contained in:
@@ -36,7 +36,7 @@ func InitIconCache() {
|
||||
if err != nil {
|
||||
logging.Error().Err(err).Msg("failed to load icon cache")
|
||||
} else {
|
||||
logging.Info().Msgf("icon cache loaded (%d icons)", len(iconCache))
|
||||
logging.Info().Int("count", len(iconCache)).Msg("icon cache loaded")
|
||||
}
|
||||
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user