Added log lines after stream end
This commit is contained in:
@@ -100,6 +100,8 @@ read_stream(void)
|
|||||||
log_println("RECV: </stream:stream>");
|
log_println("RECV: </stream:stream>");
|
||||||
log_println("--> Stream end callback fired");
|
log_println("--> Stream end callback fired");
|
||||||
write_stream(STREAM_END);
|
write_stream(STREAM_END);
|
||||||
|
log_println("");
|
||||||
|
log_println("");
|
||||||
_shutdown();
|
_shutdown();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user