Skip to content

Commit efdb526

Browse files
committed
fix log message
1 parent ed1ed67 commit efdb526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/de/gmuth/ipp/client/IppValueSupport.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ object IppValueSupport {
9898
true -> logger.finer { "$value is supported according to $supportedAttributeName" }
9999
false -> {
100100
logger.warning {
101-
"According to printer attributes value '${supportedAttribute.enumNameOrValue(value)}' is not supported." +
102-
if (attributeName == "operations") "" else " for attribute '$attributeName'."
101+
"According to printer attributes value '${supportedAttribute.enumNameOrValue(value)}' is not supported" +
102+
if (attributeName == "operations") "." else " for attribute '$attributeName'."
103103
}
104104
logger.warning { "$supportedAttribute" }
105105
}

0 commit comments

Comments
 (0)