From 927cc9478517c94ef6ac4d1c2d4ae735c873a8b4 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 22 Jul 2010 08:24:49 +0000 Subject: [PATCH] SAML2/SOAPClient: Fix logcall. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2424 44740490-163a-0410-bde0-09ae8108e29a --- lib/SAML2/SOAPClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SAML2/SOAPClient.php b/lib/SAML2/SOAPClient.php index 2c272f176..cbc34d57f 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; -- GitLab