From 1e0d0cb08e57413aa50d3db07bbff90888f901ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 3 Dec 2008 05:18:01 +0000 Subject: [PATCH] Log an entry with fingerprint when validation failed. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1044 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Metadata/SAMLParser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php index bd896f8ee..6b2031f4d 100644 --- a/lib/SimpleSAML/Metadata/SAMLParser.php +++ b/lib/SimpleSAML/Metadata/SAMLParser.php @@ -1284,6 +1284,7 @@ class SimpleSAML_Metadata_SAMLParser { return TRUE; } catch(Exception $e) { /* Validation with this validator failed. */ + SimpleSAML_Logger::debug('Validation of fingerprint failed: ' . $e->getMessage()); } } -- GitLab