함수 호출 잘못된 거 수정

This commit is contained in:
2023-06-16 14:41:45 +09:00
parent 84ab8949ec
commit bf12ba76b6
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ func (mg *Maingate) platform_gamepot_authorize_raw(w http.ResponseWriter, brinfo
// fmt.Println("==============================")
if respLoginCheck.Status != 0 {
logger.Errorf("gamepot login fail:", respLoginCheck.Message)
logger.Error("gamepot login fail:", respLoginCheck.Message)
w.WriteHeader(http.StatusBadRequest)
return false, ""
}