Harald Welte has submitted this change and it was merged.

Change subject: apn_stop(): Print tun device name when closing tun device
......................................................................


apn_stop(): Print tun device name when closing tun device

Change-Id: If981cc0696122cb69c01ceac6f54ae01bcbf4a2d
---
M ggsn/ggsn.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/ggsn/ggsn.c b/ggsn/ggsn.c
index dd71957..bafcb1b 100644
--- a/ggsn/ggsn.c
+++ b/ggsn/ggsn.c
@@ -125,7 +125,7 @@
                        tun_runscript(apn->tun.tun, apn->tun.cfg.ipdown_script);
                }
                /* release tun device */
-               LOGPAPN(LOGL_INFO, apn, "Closing TUN device\n");
+               LOGPAPN(LOGL_INFO, apn, "Closing TUN device %s\n", 
apn->tun.tun->devname);
                osmo_fd_unregister(&apn->tun.fd);
                tun_free(apn->tun.tun);
                apn->tun.tun = NULL;

-- 
To view, visit https://gerrit.osmocom.org/4119
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If981cc0696122cb69c01ceac6f54ae01bcbf4a2d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to