logging typo
This commit is contained in:
parent
c381bacee0
commit
70eb1796b2
|
@ -53,7 +53,7 @@ public class PrepareResultCommunitySet {
|
|||
log.info("outputPath: {}", outputPath);
|
||||
|
||||
final String baseURL = parser.get("baseURL");
|
||||
log.info("baseUEL: {}", baseURL);
|
||||
log.info("baseURL: {}", baseURL);
|
||||
|
||||
final CommunityEntityMap projectsMap = Utils.getCommunityProjects(baseURL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue