mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix log line
This commit is contained in:
parent
245cd67a39
commit
8bdf7031c5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue