change error logging

replaced variable with print_r call
This commit is contained in:
alexweirig 2016-01-29 14:21:20 +01:00 committed by Arthur Schiwon
parent f4d4bed10b
commit cd19b648c6
1 changed files with 1 additions and 1 deletions

View 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);
}
}
}