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

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new b5eb6ff01a Replace Akka reference With Pekko (#1303)
b5eb6ff01a is described below

commit b5eb6ff01a8d5c5f50b5d1b54280c0dcb075a59a
Author: João Costa <[email protected]>
AuthorDate: Mon Apr 29 15:15:21 2024 +0100

    Replace Akka reference With Pekko (#1303)
---
 actor/src/main/scala/org/apache/pekko/event/Logging.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actor/src/main/scala/org/apache/pekko/event/Logging.scala 
b/actor/src/main/scala/org/apache/pekko/event/Logging.scala
index 2a9bb42820..cdf49f7b92 100644
--- a/actor/src/main/scala/org/apache/pekko/event/Logging.scala
+++ b/actor/src/main/scala/org/apache/pekko/event/Logging.scala
@@ -404,7 +404,7 @@ object LogSource {
 }
 
 /**
- * Main entry point for Akka logging: log levels and message types (aka
+ * Main entry point for Pekko logging: log levels and message types (aka
  * channels) defined for the main transport medium, the main event bus. The
  * recommended use is to obtain an implementation of the Logging trait with
  * suitable and efficient methods for generating log events:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to