add missing space in log message

This commit is contained in:
Uwe Steinmann 2022-11-06 16:07:40 +01:00
parent d9ba59990f
commit 9869c3d8ce

View File

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