Skip to content

Commit 2a938a5

Browse files
Update bundles/org.openhab.binding.pirateweather/src/main/java/org/openhab/binding/pirateweather/internal/config/PirateWeatherChannelConfiguration.java
Co-authored-by: lsiepel <leosiepel@gmail.com> Signed-off-by: Scott Hanson <computergeek1507@users.noreply.github.com>
1 parent 5008aca commit 2a938a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundles/org.openhab.binding.pirateweather/src/main/java/org/openhab/binding/pirateweather/internal/config/PirateWeatherChannelConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public long getMinutesFromTime(@Nullable String configTime) {
9191
LocalTime localTime = LocalTime.parse(time, formatter);
9292
return Duration.ofHours(localTime.getHour()).plusMinutes(localTime.getMinute()).toMinutes();
9393
} catch (DateTimeParseException ex) {
94-
logger.warn("Cannot·parse·channel·configuration·'{}'·to·hour·and·minutes,·use·pattern·HH:mm,·ignoring!",
94+
logger.warn("Cannot parse channel configuration '{}' to hour and minutes, use pattern HH:mm, ignoring!",
9595
time);
9696
return 0;
9797
}

0 commit comments

Comments
 (0)