diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 01:04:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:13:59 +0800 |
commit | aa38f31c656579212ec3f89b00453255c62ba949 (patch) | |
tree | 3b285a58e1594ad991b98af2926834bc8be4a87a | |
parent | configurable irc logging (diff) | |
download | powxy-aa38f31c656579212ec3f89b00453255c62ba949.tar.gz powxy-aa38f31c656579212ec3f89b00453255c62ba949.tar.zst powxy-aa38f31c656579212ec3f89b00453255c62ba949.zip |
Distinguish blah blah
-rw-r--r-- | handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |