mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
fix nasToolsApprove log
This commit is contained in:
@@ -83,7 +83,7 @@ class AuthenticateController extends Controller
|
||||
} catch (\Exception $exception) {
|
||||
$msg = $exception->getMessage();
|
||||
$params = $request->all();
|
||||
do_log(sprintf("nasToolsApprove fail: %v, params: %v", $msg, nexus_json_encode($params)));
|
||||
do_log(sprintf("nasToolsApprove fail: %s, params: %s", $msg, nexus_json_encode($params)));
|
||||
return $this->fail($params, $msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user