mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 18:28:16 +01:00
change error logging
replaced variable with print_r call
This commit is contained in:
committed by
Arthur Schiwon
parent
f4d4bed10b
commit
cd19b648c6
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user