Skip to content

Commit b15d227

Browse files
committed
Add logging output
1 parent f1cc87d commit b15d227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/whispersystems/bithub/storage/CacheManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public void initializeUpdates(final CoinbaseClient coinbaseClient,
8484
executor.scheduleAtFixedRate(new Runnable() {
8585
@Override
8686
public void run() {
87+
logger.warn("Running cache update...");
8788
try {
8889
CurrentPayment currentPayment = createCurrentPaymentForBalance(coinbaseClient);
8990
List<Transaction> transactions = createRecentTransactions (coinbaseClient);

0 commit comments

Comments
 (0)