Skip to content

Commit

Permalink
Replace Akka reference With Pekko (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 authored Apr 29, 2024
1 parent 7509390 commit b5eb6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actor/src/main/scala/org/apache/pekko/event/Logging.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5eb6ff

Please sign in to comment.