Skip to content

Commit 84720e7

Browse files
Tiny improvements to the log message
1 parent 33c8b29 commit 84720e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/edu/ie3/datamodel/io/factory/input/SwitchInputFactory.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ protected SwitchInput buildModel(
3939
String parallelDevices = data.getField(PARALLEL_DEVICES);
4040

4141
log.warn(
42-
"The `SwitchInput` with the id `{}` specifies the unused parameter `parallelDevices` with a value of `{}`."
43-
+ " SwitchInputs do not need to specify `parallelDevices`, as its value depends on the electrotechnical"
44-
+ " context where the switch is embedded.",
42+
"The SwitchInput with id `{}` specifies the unused parameter `parallelDevices` with a value of `{}`."
43+
+ " SwitchInputs do not need to specify `parallelDevices`, as its physical value depends on"
44+
+ " the electrotechnical context of where the switch is embedded.",
4545
id,
4646
parallelDevices);
4747
}

0 commit comments

Comments
 (0)