Fix log line

This commit is contained in:
Shane Kilkelly 2018-11-28 14:17:30 +00:00
parent 245cd67a39
commit 8bdf7031c5

View file

@ -356,7 +356,7 @@ public class Bridge {
ProjectState state = dbStore.getProjectState(projectName);
switch (state) {
case NOT_PRESENT:
Log.info(">>>> [{}] Repo not present", projectName);
Log.info("[{}] Repo not present", projectName);
String migratedFromID = doc.getMigratedFromID();
if (migratedFromID != null) {
Log.info("[{}] Has a migratedFromId: {}", projectName, migratedFromID);