You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/04/25 23:41:11 UTC

[james-project] branch master updated: JAMES-3432 - Update correct Logger for UploadRoutes (#1538)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new f587d7d0aa JAMES-3432 - Update correct Logger for UploadRoutes (#1538)
f587d7d0aa is described below

commit f587d7d0aa3fc07ef2c1ac1eac507bf4e89dff65
Author: vttran <vt...@linagora.com>
AuthorDate: Wed Apr 26 06:41:05 2023 +0700

    JAMES-3432 - Update correct Logger for UploadRoutes (#1538)
---
 .../src/main/scala/org/apache/james/jmap/routes/UploadRoutes.scala      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/UploadRoutes.scala b/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/UploadRoutes.scala
index 971246e809..7c99951c2c 100644
--- a/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/UploadRoutes.scala
+++ b/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/UploadRoutes.scala
@@ -56,7 +56,7 @@ import reactor.netty.http.server.{HttpServerRequest, HttpServerResponse}
 case class TooBigUploadException() extends RuntimeException
 
 object UploadRoutes {
-  val LOGGER: Logger = LoggerFactory.getLogger(classOf[DownloadRoutes])
+  val LOGGER: Logger = LoggerFactory.getLogger(classOf[UploadRoutes])
 }
 
 case class UploadResponse(accountId: AccountId,


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org