Project

General

Profile

« Previous | Next » 

Revision 58465

fixed compilation

View differences:

FeedMissingClaimsJobNode.java
78 78

  
79 79
			}
80 80
			if(!toFeed.isEmpty() || !toDeleteFromCache.isEmpty()) processLists(idxClient, toFeed, toDeleteFromCache);
81
			log.info(String.format("Finished feeding of claims in index collection %s, total: %d", coll, count);
81
			log.info(String.format("Finished feeding of claims in index collection %s, total: %d", coll, count));
82 82

  
83 83
		} catch (Throwable e) {
84 84
			log.error("Error feeding missing claims", e);

Also available in: Unified diff