]> source.dussan.org Git - nextcloud-server.git/commitdiff
change error logging
authoralexweirig <alex.weirig@technolink.lu>
Fri, 29 Jan 2016 13:21:20 +0000 (14:21 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Wed, 3 Feb 2016 20:50:27 +0000 (21:50 +0100)
replaced variable with print_r call

apps/user_ldap/group_ldap.php

index 33f848da7e7418da70c0efa426a864141b2b6a3e..05ab9ddfaae0195e157b7576763ecd98236b84c5 100644 (file)
@@ -481,7 +481,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
                                        }
                                } else {
                                        \OCP\Util::writeLog('user_ldap', 'No search filter found on member url '.
-                                               'of group ' . $dynamicGroup, \OCP\Util::DEBUG);
+                                               'of group ' . print_r($dynamicGroup, true), \OCP\Util::DEBUG);
                                }
                        }
                }