Browse Source

print message when app priming completed

pull/44/head
Jonathan Cobb 4 years ago
parent
commit
9dab00b857
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bubble-server/src/main/java/bubble/service/stream/StandardAppPrimerService.java

+ 1
- 0
bubble-server/src/main/java/bubble/service/stream/StandardAppPrimerService.java View File

@@ -78,6 +78,7 @@ public class StandardAppPrimerService implements AppPrimerService {
log.error("primeApps("+account.getName()+"): "+shortError(e), e);
}
}
log.info("primeApps: completed");
}

public void prime(Account account) {


Loading…
Cancel
Save