added missing source types

This commit is contained in:
2025-01-19 15:14:27 -06:00
parent 2531041d7c
commit 6ac05d3db2
2 changed files with 3 additions and 15 deletions
+2 -1
View File
@@ -299,8 +299,9 @@ public class PowersParser {
Logger.error("Unhandled variable type:" + key + " for power: " + powerEntry.power_id);
}
}catch(Exception e){
Logger.info(loggerString + " ERROR: " + e);
Logger.error(loggerString + " ERROR: " + e);
}
Logger.error("POWER PARSE COMPLETED");
}
// Parse power conditions