This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
print message when app priming completed
pull/44/head
Jonathan Cobb
4 years ago
parent
908681f5de
commit
9dab00b857
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) {
Write
Preview
Loading…
Cancel
Save