You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "jrudolph (via GitHub)" <gi...@apache.org> on 2023/02/16 08:50:09 UTC

[GitHub] [incubator-pekko] jrudolph commented on a diff in pull request #197: replace akka based names in logging code

jrudolph commented on code in PR #197:
URL: https://github.com/apache/incubator-pekko/pull/197#discussion_r1108177075


##########
actor-tests/src/test/scala/org/apache/pekko/serialization/SerializeSpec.scala:
##########
@@ -276,7 +276,7 @@ class SerializeSpec extends PekkoSpec(SerializationTests.serializeConf) {
     }
 
     "log warning if non-Pekko serializer is configured for Pekko message" in {
-      EventFilter.warning(pattern = ".*not implemented by Apache Pekko.*", occurrences = 1).intercept {
+      EventFilter.warning(pattern = ".*not implemented by Pekko.*", occurrences = 1).intercept {

Review Comment:
   Weird, a reverse change like this is also proposed as part of #196?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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