Github user peterj99a commented on a diff in the pull request:

    https://github.com/apache/usergrid/pull/575#discussion_r141457438
  
    --- Diff: 
stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/impl/SNSQueueManagerImpl.java
 ---
    @@ -647,8 +740,7 @@ public void sendMessages( final List bodies ) throws 
IOException {
     
                 @Override
                 public void onError( final Exception e ) {
    -
    -                logger.error( "Error sending message... {}", e );
    +                logger.error("Failed to send this message {}. To this 
address {}. Error was ", stringBody, url, e);
    --- End diff --
    
    will do


---

Reply via email to