uudashr / jsmpp

Java SMPP (Short Message Peer-to-peer Protocol) API
Apache License 2.0
123 stars 118 forks source link

Fail to print some logs on "SimpleSubmitExample" #59

Open mortezardana opened 5 years ago

mortezardana commented 5 years ago

Hello all, There is a typo on "SimpleSubmitExample" class on line 74. It won't print error log because the error object is in the error title not as an object : LOGGER.error("Receive negative response, e"); It should be : LOGGER.error("Receive negative response", e); Excuse my grammar Good luck