Aimee Cheng created S4-126:
------------------------------
Summary: 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
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