aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn/ggsn.c
diff options
context:
space:
mode:
Diffstat (limited to 'ggsn/ggsn.c')
-rw-r--r--ggsn/ggsn.c2
1 files changed, 1 insertions, 1 deletions
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 @@ int apn_stop(struct apn_ctx *apn, bool force)
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;