Added log lines after stream end

This commit is contained in:
James Booth
2015-05-24 20:30:04 +01:00
parent 0d1ba9500c
commit bb2b6da361

View File

@@ -100,6 +100,8 @@ read_stream(void)
log_println("RECV: </stream:stream>");
log_println("--> Stream end callback fired");
write_stream(STREAM_END);
log_println("");
log_println("");
_shutdown();
return 0;
}