aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 01:04:54 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 10:13:59 +0800
commitaa38f31c656579212ec3f89b00453255c62ba949 (patch)
tree3b285a58e1594ad991b98af2926834bc8be4a87a
parentconfigurable irc logging (diff)
downloadpowxy-aa38f31c656579212ec3f89b00453255c62ba949.tar.gz
powxy-aa38f31c656579212ec3f89b00453255c62ba949.tar.zst
powxy-aa38f31c656579212ec3f89b00453255c62ba949.zip
Distinguish blah blah
-rw-r--r--handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.go b/handler.go
index fcdae0c..80c6cb7 100644
--- a/handler.go
+++ b/handler.go
@@ -96,7 +96,7 @@ func handler(writer http.ResponseWriter, request *http.Request) {
// If there's simply no form value, the user is probably
// just visiting the site for the first time or with an
// expired cookie.
- slog.Info("-- POW CHL",
+ slog.Info(" POW CHL",
"ip", remoteIP,
"uri", uri,
"user_agent", userAgent,