diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-02 11:39:16 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-02 11:39:16 -0800 |
commit | 91eb2fc5b0224ce644c677dff68ffe39b68a096e (patch) | |
tree | a1951cc3dbb8e19165c1f06505aa8edb8838aa9c | |
parent | 6dd68233865e98fe8db60f8f29e0fb82f4e011a6 (diff) |
adding debug
-rw-r--r-- | system/admin/handlers.go | 1 |
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 } |