fix logging

This commit is contained in:
fjy 2013-05-12 15:17:09 -07:00
parent 3e3f2c2da7
commit 89eb2aff5a
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ public class RemoteTaskRunner implements TaskRunner, TaskLogProvider
);
if (workerQueue.isEmpty()) {
log.info("Worker nodes %s do not have capacity to run any more tasks!", zkWorkers.values());
log.debug("Worker nodes %s do not have capacity to run any more tasks!", zkWorkers.values());
return null;
}