Change some logs

This commit is contained in:
M. Mert Yildiran
2023-03-13 22:45:57 +03:00
parent bcc1a36d71
commit a4d35599df
4 changed files with 12 additions and 12 deletions

View File

@@ -142,7 +142,7 @@ func watchScripts(block bool) {
log.Error().Err(err).Send()
}
log.Info().Str("directory", config.Config.Scripting.Source).Msg("Watching files against changes:")
log.Info().Str("directory", config.Config.Scripting.Source).Msg("Watching scripts against changes:")
if block {
ctx, cancel := context.WithCancel(context.Background())