diff --git a/webdav/webdav.php b/webdav/webdav.php index 7eed1e7d7..2393f08bd 100644 --- a/webdav/webdav.php +++ b/webdav/webdav.php @@ -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; }