Debug output
This commit is contained in:
@@ -61,6 +61,9 @@ public class PowersParser {
|
||||
while (matcher.find())
|
||||
powerHeader.add(matcher.group().trim());
|
||||
|
||||
if (powerHeader.size() != 22)
|
||||
Logger.error(headerString);
|
||||
|
||||
java.util.Iterator<String> iterator = powerHeader.iterator();
|
||||
|
||||
powerEntry.power_id = iterator.next();
|
||||
|
||||
Reference in New Issue
Block a user