avoid Array.toString

This commit is contained in:
kenji yoshida
2021-08-09 16:43:09 +09:00
committed by GitHub
parent f17af5aeb0
commit 575ffa9580

View File

@@ -139,7 +139,7 @@ class GitAuthenticationFilter extends Filter with RepositoryService with Account
case _ =>
() =>
{
logger.debug(s"Not enough path arguments: ${request.paths}")
logger.debug(s"Not enough path arguments: ${request.paths.mkString(", ")}")
response.sendError(HttpServletResponse.SC_NOT_FOUND)
}
}