summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-02 11:39:16 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-02 11:39:16 -0800
commit91eb2fc5b0224ce644c677dff68ffe39b68a096e (patch)
treea1951cc3dbb8e19165c1f06505aa8edb8838aa9c
parent6dd68233865e98fe8db60f8f29e0fb82f4e011a6 (diff)
adding debug
-rw-r--r--system/admin/handlers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index c42b76b..c3d8f98 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -675,6 +675,7 @@ func recoveryKeyHandler(res http.ResponseWriter, req *http.Request) {
if key != actual {
res.WriteHeader(http.StatusBadRequest)
log.Println("Bad recovery key submitted:", key)
+ log.Println("Actual:", actual)
return
}