Print to STDERR in Sip/Checksum::debug_split_print.
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 23 Oct 2012 14:52:21 +0000 (10:52 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 23 Oct 2012 14:52:21 +0000 (10:52 -0400)
commit08b650fe0c8f8a897b1d447fb8b3a8468de80941
tree7c9b30d1091b91f9248e564be6bc62cfd49b4a88
parent67d05dcaed0793cfe228d749e6e0cfbca812da86
Print to STDERR in Sip/Checksum::debug_split_print.

debug_split_print was printing to STDOUT, which goes to the client. This
causes the client to hang up because it is not receiving the expected
response from the server.  Explicitly printing to STDERR in this
function resolves this and you can continue your session while also
debugging checksum calculations.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Sip/Checksum.pm