Give hint when composing filter failed

This commit is contained in:
Arthur Schiwon 2014-04-11 14:08:12 +02:00
parent e28227ecdc
commit 1c57ffa16f
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ LdapFilter.prototype.compose = function() {
}
},
function (result) {
// error handling
console.log('LDAP Wizard: could not compose filter. '+
'Please check owncloud.log');
}
);
}