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 4251dc1 commit 22eb9faCopy full SHA for 22eb9fa
jsmpp/src/main/java/org/jsmpp/bean/OptionalParameters.java
@@ -110,7 +110,7 @@ public static OptionalParameter.Byte newSarTotalSegments(int value) {
110
public static OptionalParameter deserialize(short tagCode, byte[] content) {
111
Tag tag = Tag.valueOf(tagCode);
112
if (tag == null) {
113
- logger.info("Optional Parameter Tag not recognized for deserialization: {}", tagCode);
+ logger.debug("Optional Parameter Tag not recognized for deserialization: {}", tagCode);
114
return new OctetString(tagCode, content);
115
}
116
0 commit comments