mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-03-31 02:02:54 +08:00
chore: Update logging format in handleAdminDiscordLink function
This commit is contained in:
parent
536568180e
commit
0b90619cdb
@ -690,7 +690,6 @@ func handleAdminDiscordLink(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
log.Printf("%s added discord id %s to username %s", userDiscordId, r.Form.Get("discordId"), r.Form.Get("username"))
|
||||
|
||||
log.Printf("%s: %s added discord id %s to username %s", r.URL.Path, userDiscordId, r.Form.Get("discordId"), r.Form.Get("username"))
|
||||
w.WriteHeader(http.StatusOK)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user