pespin has uploaded this change for review.

View Change

stream_cli: Log destroy code path

Change-Id: Ia371cd2d913f1d434b851809c6305301897108d9
---
M src/stream_cli.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/10/38910/1
diff --git a/src/stream_cli.c b/src/stream_cli.c
index 807f062..2dc6513 100644
--- a/src/stream_cli.c
+++ b/src/stream_cli.c
@@ -860,6 +860,7 @@
* \param[in] cli Stream Client to destroy */
void osmo_stream_cli_destroy(struct osmo_stream_cli *cli)
{
+ LOGSCLI(cli, LOGL_DEBUG, "destroy()\n");
osmo_stream_cli_close(cli);
osmo_timer_del(&cli->timer);
msgb_queue_free(&cli->tx_queue);

To view, visit change 38910. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ia371cd2d913f1d434b851809c6305301897108d9
Gerrit-Change-Number: 38910
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>