diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 927ee14..f4e34e6 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -192,7 +192,8 @@ class Savvy extends BaseController } else{ $res = FloatLogin::floatLoginUser($inx['username'], $inx['password']); - + log_message('critical', "Login Returned=>".$endpoint ); + $this->logArray($res); /* if (!empty($res)){ $data = json_decode($res, TRUE); if (isset($data['accessToken'])){