summaryrefslogtreecommitdiff
path: root/cmd/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dashboard')
-rw-r--r--cmd/dashboard/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go
index 71f0375..7645048 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -90,7 +90,7 @@ func main() {
if err != nil {
log.Printf("Warning: failed to initialize Google Calendar client: %v", err)
} else {
- log.Printf("Google Calendar client initialized for calendar: %s", cfg.GoogleCalendarID)
+ log.Printf("Google Calendar client initialized for calendars: %s", cfg.GoogleCalendarID)
}
}