@@ -88,7 +88,7 @@ class TailContext extends AbstractEndHandler {
LOG.trace("Event has passed the pipeline: `{}` ",event);
}
else{
LOG.debug("Message '{}' was not written to the application, because the corresponding address was not of type CompressedPublicKey.",msg);
LOG.debug("Message '{}' was not written to the application, because the corresponding address was not of type {} (was type {}).",()->msg,CompressedPublicKey.class::getSimpleName,sender.getClass()::getSimpleName);