Menu

#14 Rendering message field as string in SMPacket.toString()

open
Logging (4)
5
2012-09-15
2007-08-23
No

Could the toString method of SMPacket render the message field as a string?

Currently line 232 of ie.omk.smpp.message.SMPacket reads:

.append(",message=").append(message);

Could this be changed to:

.append(",message=").append(new String(message));

Discussion

MongoDB Logo MongoDB