Give hint when composing filter failed
This commit is contained in:
parent
e28227ecdc
commit
1c57ffa16f
|
@ -50,7 +50,8 @@ LdapFilter.prototype.compose = function() {
|
|||
}
|
||||
},
|
||||
function (result) {
|
||||
// error handling
|
||||
console.log('LDAP Wizard: could not compose filter. '+
|
||||
'Please check owncloud.log');
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue