summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-05-29 19:18:12 -0500
committerJeff Carr <[email protected]>2025-05-29 19:18:12 -0500
commit2f6b497b12ada0b920fb61f80a5756c3aded599a (patch)
tree9936a63d3a97192095fabe5be0b3d771c9231b00 /http.go
parentc0b5f7da3ad782d6d30f2c9abcf2ef239b4df58a (diff)
Diffstat (limited to 'http.go')
-rw-r--r--http.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.go b/http.go
index 648b04b..ed5b110 100644
--- a/http.go
+++ b/http.go
@@ -93,6 +93,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
}
testGoRepo(check)
me.forge.HumanPrintRepo(check)
+ log.Info("upgrade reason:", me.reason[check])
return
case "/list":
me.forge.PrintHumanTable(me.found)