gtphub: Add a debug log

Sponsored-by: On-Waves ehi
diff --git a/openbsc/src/gprs/gtphub.c b/openbsc/src/gprs/gtphub.c
index 78e8c90..36f0836 100644
--- a/openbsc/src/gprs/gtphub.c
+++ b/openbsc/src/gprs/gtphub.c
@@ -1798,6 +1798,9 @@
 			     struct gtp_packet_desc *p,
 			     struct gtphub_peer_port *pp)
 {
+	LOG(LOGL_DEBUG, "Peer has restarted: %s\n",
+	    gtphub_port_str(pp));
+
 	struct gtphub_tunnel *tun;
 	llist_for_each_entry(tun, &hub->tunnels, entry) {
 		int side_idx;
@@ -1805,6 +1808,9 @@
 			if (pp != tun->endpoint[side_idx][GTPH_PLANE_CTRL].peer)
 				continue;
 
+			LOG(LOGL_DEBUG, "Deleting tunnel due to peer restart: %s\n",
+			    gtphub_tunnel_str(tun));
+
 			/* Send a Delete PDP Context Request to the
 			 * peer on the other side, remember the pending
 			 * delete and wait for the response to delete