Skip to content

Commit

Permalink
remove extra arg
Browse files Browse the repository at this point in the history
  • Loading branch information
restena-sw committed Mar 3, 2021
1 parent 420bf6a commit df098d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/diag/RADIUSTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ private function executeEapolTest($tmpDir, $probeindex, $eaptype, $innerUser, $p
$time_stop = microtime(true);
$output = print_r($this->redact($password, $pflow), TRUE);
file_put_contents($tmpDir . "/eapol_test_output_redacted_$probeindex.txt", $output);
$this->loggerInstance->debug(5, "eapol_test output saved to eapol_test_output_redacted_$probeindex.txt\n", TRUE);
$this->loggerInstance->debug(5, "eapol_test output saved to eapol_test_output_redacted_$probeindex.txt\n");
return [
"time" => ($time_stop - $time_start) * 1000,
"output" => $pflow,
Expand Down

0 comments on commit df098d4

Please sign in to comment.