Skip to content
Snippets Groups Projects
Commit 67e101a4 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

be verbose on unmarshalling errors

parent 706cc9ca
No related branches found
No related tags found
No related merge requests found
...@@ -1814,6 +1814,7 @@ public class PduFactory ...@@ -1814,6 +1814,7 @@ public class PduFactory
} }
catch (Exception ex) { catch (Exception ex) {
System.err.println("error unmarshalling " + pduType); System.err.println("error unmarshalling " + pduType);
System.err.println(ex);
} }
buff.position(pos); // Reset buffer buff.position(pos); // Reset buffer
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment