+ " lights to add to the list");
if (theLights != null && theLights.size() > 0) {
Iterator<BinaryLight> it = theLights.iterator();
while (it.hasNext()) {
BinaryLight light = it.next();
logger.debug("rebuildLightsColumn() -> " + light.getName()
+ " is in " + light.getLocation());
}
}
}