Skip to content

Commit 107f430

Browse files
committed
fix: typo
1 parent 031f423 commit 107f430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geoblock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func New(ctx context.Context, next http.Handler, config *Config, name string) (h
148148
<-ctx.Done() // Wait for context cancellation
149149
logger.SetOutput(os.Stdout)
150150
logFile.Close()
151-
logger.Printf("%s; Log file closed for middleware\n", name)
151+
logger.Printf("%s: Log file closed for middleware\n", name)
152152
}(infoLogger)
153153
}
154154

0 commit comments

Comments
 (0)