log user who failed to login

This commit is contained in:
Uwe Steinmann 2020-09-28 17:28:47 +02:00
parent 6fedb19490
commit 2ff0979275

View File

@ -171,7 +171,7 @@ class HTTP_WebDAV_Server_SeedDMS extends HTTP_WebDAV_Server
if(!$userobj) {
if($this->logger)
$this->logger->log('check_auth: No such user', PEAR_LOG_NOTICE);
$this->logger->log('check_auth: No such user'.$user, PEAR_LOG_NOTICE);
return false;
}