diff options
author | Olav Morken <olav.morken@uninett.no> | 2010-07-22 08:24:49 +0000 |
---|---|---|
committer | Olav Morken <olav.morken@uninett.no> | 2010-07-22 08:24:49 +0000 |
commit | 927cc9478517c94ef6ac4d1c2d4ae735c873a8b4 (patch) | |
tree | fb4c3ad2119ce2f83a36398b0b2dfa0eb9f25d32 /lib/SAML2/SOAPClient.php | |
parent | 6a50d184dec7b85619447b1bdb7425f63de72fcf (diff) | |
download | simplesamlphp-927cc9478517c94ef6ac4d1c2d4ae735c873a8b4.zip simplesamlphp-927cc9478517c94ef6ac4d1c2d4ae735c873a8b4.tar.gz simplesamlphp-927cc9478517c94ef6ac4d1c2d4ae735c873a8b4.tar.bz2 |
SAML2/SOAPClient: Fix logcall.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2424 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SAML2/SOAPClient.php')
-rw-r--r-- | lib/SAML2/SOAPClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SAML2/SOAPClient.php b/lib/SAML2/SOAPClient.php index 2c272f1..cbc34d5 100644 --- a/lib/SAML2/SOAPClient.php +++ b/lib/SAML2/SOAPClient.php @@ -80,7 +80,7 @@ class SAML2_SOAPClient { $samlresponse = SAML2_Message::fromXML($samlresponse[0]); - simpleSAML_Logger::debug("Valid ArtifactResponse received from IdP"); + SimpleSAML_Logger::debug("Valid ArtifactResponse received from IdP"); return $samlresponse; |