We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a323ddc + 01cc975 commit 8da3021Copy full SHA for 8da3021
src/main/java/edu/ie3/datamodel/io/factory/input/participant/LoadInputFactory.java
@@ -52,7 +52,7 @@ protected LoadInput buildModel(
52
try {
53
slp = StandardLoadProfile.parse(data.getField(SLP));
54
} catch (ParsingException e) {
55
- logger.error(
+ logger.warn(
56
"Cannot parse the standard load profile \"{}\" of load \"{}\". Assign no load profile instead.",
57
data.getField(SLP),
58
id);
0 commit comments