From 462bb2e4d578bb25ba887c8cbef8347e6b3a44b7 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 17 Mar 2014 16:18:33 +0000 Subject: [PATCH] Fix obsolete Logger::warn in Ldap\Connection --- library/Icinga/Protocol/Ldap/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Protocol/Ldap/Connection.php b/library/Icinga/Protocol/Ldap/Connection.php index 9940da362..d3be6fabe 100644 --- a/library/Icinga/Protocol/Ldap/Connection.php +++ b/library/Icinga/Protocol/Ldap/Connection.php @@ -352,7 +352,7 @@ class Connection // TODO: remove this -> FORCING v3 for now ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3); - Logger::warn('No LDAPv3 support detected'); + Logger::warning('No LDAPv3 support detected'); } // Not setting this results in "Operations error" on AD when using the