summaryrefslogtreecommitdiff
path: root/applications/jpip/libopenjpip/dec_clientmsg_handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'applications/jpip/libopenjpip/dec_clientmsg_handler.c')
-rw-r--r--applications/jpip/libopenjpip/dec_clientmsg_handler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/jpip/libopenjpip/dec_clientmsg_handler.c b/applications/jpip/libopenjpip/dec_clientmsg_handler.c
index f001238f..f4d9edf3 100644
--- a/applications/jpip/libopenjpip/dec_clientmsg_handler.c
+++ b/applications/jpip/libopenjpip/dec_clientmsg_handler.c
@@ -48,6 +48,8 @@ void handle_JPIPstreamMSG( SOCKET connected_socket, cachelist_param_t *cachelist
newjpipstream = receive_JPIPstream( connected_socket, &target, &tid, &cid, &newstreamlen);
+ fprintf( stderr, "newjpipstream length: %d\n", newstreamlen);
+
parse_JPIPstream( newjpipstream, newstreamlen, *streamlen, msgqueue);
*jpipstream = update_JPIPstream( newjpipstream, newstreamlen, *jpipstream, streamlen);