Indexing service: Fix termination related log message

This commit is contained in:
Gian Merlino 2013-12-20 12:05:42 -08:00
parent 837dee1934
commit 26991b5a2a
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class SimpleResourceManagementStrategy implements ResourceManagementStrat
.toList(); .toList();
if (laziestWorkerIps.isEmpty()) { if (laziestWorkerIps.isEmpty()) {
log.info("Wanted to terminate %,d workers, but couldn't find any lazy ones!"); log.info("Wanted to terminate %,d workers, but couldn't find any lazy ones!", excessWorkers);
} else { } else {
log.info( log.info(
"Terminating %,d workers (wanted %,d): %s", "Terminating %,d workers (wanted %,d): %s",