We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
One small request. Could you please remove e.printStackTrace() from https://github.com/RestComm/jdiameter/blob/master/core/jdiameter/impl/src/main/java/org/jdiameter/client/impl/parser/ElementParser.java
line: 328
catch (Exception e) { e.printStackTrace(); logger.debug("Error during encode avps", e); }
I assume it shouldn't be there. And maybe log this exception with higher level:)
Regards, Jarek
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
One small request. Could you please remove e.printStackTrace() from https://github.com/RestComm/jdiameter/blob/master/core/jdiameter/impl/src/main/java/org/jdiameter/client/impl/parser/ElementParser.java
line: 328
I assume it shouldn't be there. And maybe log this exception with higher level:)
Regards,
Jarek
The text was updated successfully, but these errors were encountered: