From eab11470af6745396543ae4602fd82cd7f442ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 4 Feb 2009 09:33:44 +0000 Subject: [PATCH] Fix logging in ldapstatus git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1235 44740490-163a-0410-bde0-09ae8108e29a --- modules/ldapstatus/lib/LDAPTester.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldapstatus/lib/LDAPTester.php b/modules/ldapstatus/lib/LDAPTester.php index cc5222f00..214b59a33 100644 --- a/modules/ldapstatus/lib/LDAPTester.php +++ b/modules/ldapstatus/lib/LDAPTester.php @@ -47,7 +47,7 @@ class sspmod_ldapstatus_LDAPTester { if ($this->debugOutput) { echo '<p>' . $str; } else { - SimpleSAML_Logger::debug('ldapstatus phpping(): ping [' . $host . ':' . $port . ']' ); + SimpleSAML_Logger::debug($str); } flush(); } -- GitLab