Provide more accurate error message
This commit is contained in:
@@ -205,7 +205,7 @@ public class StompSubProtocolHandler implements SubProtocolHandler, ApplicationE
|
||||
this.eventPublisher.publishEvent(event);
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
logger.error("Failed to publish event " + event, ex);
|
||||
logger.error("Error while publishing " + event, ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user