From 222c8bd9298b43f12144e26cd512a189e47bc668 Mon Sep 17 00:00:00 2001 From: sp Date: Wed, 10 Mar 2021 22:56:54 +1100 Subject: [PATCH] typo bug fix --- apiV1login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiV1login.go b/apiV1login.go index bc71e29..80d1781 100644 --- a/apiV1login.go +++ b/apiV1login.go @@ -43,7 +43,7 @@ func apiV1Login(w http.ResponseWriter, r *http.Request, ss *loan.Session) { return } else { //Audit user login, in db - log.Info("login success", l.Login) + log.Info("login success ", l.Login) } //format response