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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]