[ 
https://issues.apache.org/jira/browse/S4-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aimee Cheng updated S4-126:
---------------------------

    Attachment: 0001-remove-duplicate-log-info.patch
    
> Log two times when error happens during create App
> --------------------------------------------------
>
>                 Key: S4-126
>                 URL: https://issues.apache.org/jira/browse/S4-126
>             Project: Apache S4
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: Aimee Cheng
>         Attachments: 0001-remove-duplicate-log-info.patch
>
>
> When creating App meets some problems, the error log shows 2 times. When I 
> look into the code, it has duplicate code.
> {code:title=CreateApp.java|borderStyle=solid}
>  // create project structure
>  try {
>   //blabla
>  } catch (Exception e) {
>      logger.error("Could not create project due to [{}]. Please check your 
> configuration.", e.getMessage());
>      logger.error("Could not create project due to [{}]. Please check your 
> configuration.", e.getMessage());
>  }
> {code} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to