aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/section.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/section.go b/backend/section.go
index 4011e5b..0e31613 100644
--- a/backend/section.go
+++ b/backend/section.go
@@ -71,7 +71,7 @@ func (s *Section) Load(_ *Config) bool {
logger.Error("reading directory", "error", err)
return false
}
- logger.Info("log directory does not exist, creating...")
+ logger.Info("directory does not exist, creating...")
err = os.MkdirAll(s.Folder, 0774)
if err != nil {
slog.Error("creating directory", "error", err)