Added log line to better debug where rivers will get allocated

This commit is contained in:
Luca Cavanna 2014-01-22 23:26:16 +01:00
parent 0a97134757
commit 922f51fdd5
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ public class RiversRouter extends AbstractLifecycleComponent<RiversRouter> imple
it.remove();
routing.node(smallest);
nodesToRivers.get(smallest).add(routing);
logger.debug("going to allocate river [{}] on node {}", routing.riverName().getName(), smallest);
}
}