mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 07:45:08 -05:00
change error logging
replaced variable with print_r call
This commit is contained in:
parent
f4d4bed10b
commit
cd19b648c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue