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.
1 parent ed1ed67 commit efdb526Copy full SHA for efdb526
src/main/kotlin/de/gmuth/ipp/client/IppValueSupport.kt
@@ -98,8 +98,8 @@ object IppValueSupport {
98
true -> logger.finer { "$value is supported according to $supportedAttributeName" }
99
false -> {
100
logger.warning {
101
- "According to printer attributes value '${supportedAttribute.enumNameOrValue(value)}' is not supported." +
102
- if (attributeName == "operations") "" else " for attribute '$attributeName'."
+ "According to printer attributes value '${supportedAttribute.enumNameOrValue(value)}' is not supported" +
+ if (attributeName == "operations") "." else " for attribute '$attributeName'."
103
}
104
logger.warning { "$supportedAttribute" }
105
0 commit comments