summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
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)