You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by GitBox <gi...@apache.org> on 2022/07/22 13:19:00 UTC

[GitHub] [felix-dev] akankshajain18 commented on a diff in pull request #168: FELIX-6551 | OSGi event blocklisting is not informative

akankshajain18 commented on code in PR #168:
URL: https://github.com/apache/felix-dev/pull/168#discussion_r927643738


##########
eventadmin/impl/src/main/java/org/apache/felix/eventadmin/impl/handler/EventHandlerProxy.java:
##########
@@ -451,7 +451,7 @@ public void denyEventHandler()
     	{
 	        LogWrapper.getLogger().log(
 	                        LogWrapper.LOG_WARNING,
-	                        "Denying event handler from ServiceReference [" + this.reference + " | Bundle("
+	                        "Denying event handler from ServiceReference [" + this.handler.getClass().getCanonicalName() + " | Bundle("

Review Comment:
   @cziegeler, incorporated review comments, please have a look



-- 
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: dev-unsubscribe@felix.apache.org

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