Skip to content

Commit

Permalink
Set to verbose when in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Roussel Xavier committed May 24, 2016
1 parent 2ca6768 commit a750b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Xavrsl/Cas/Sso.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ private function configureDebug()
{
$path = (gettype($debug) == 'string') ? $debug : '';
phpCAS::setDebug($path);
// https://github.com/Jasig/phpCAS/commit/bb382f5038f6241c7c577fb55430ad505f1f6e23
phpCAS::setVerbose(true);
}
}

Expand Down

0 comments on commit a750b95

Please sign in to comment.