about summary refs log tree commit diff stats
path: root/internal/examples/app/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'internal/examples/app/cmd')
-rw-r--r--internal/examples/app/cmd/app/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/examples/app/cmd/app/main.go b/internal/examples/app/cmd/app/main.go
index 0c01576..5dad32a 100644
--- a/internal/examples/app/cmd/app/main.go
+++ b/internal/examples/app/cmd/app/main.go
@@ -8,6 +8,6 @@ import (
 
 func main() {
 	if err := http.Start(); err != nil {
-		slog.Info("Error", 1, "error", err)
+		slog.Info("Error starting", "error", err)
 	}
 }