diff mncc/mtsock.c @ 28:660126bd5f59

themwi-mncc: fix one bug, add debug syslog output
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 28 Jun 2022 21:47:04 -0800
parents fd43f179ff1d
children db7ed6a55ba4
line wrap: on
line diff
--- a/mncc/mtsock.c	Tue Jun 28 19:21:51 2022 -0800
+++ b/mncc/mtsock.c	Tue Jun 28 21:47:04 2022 -0800
@@ -68,6 +68,7 @@
 		close(fd);
 		return;
 	}
+	syslog(LOG_INFO, "new MT call socket connection");
 	bzero(conn, sizeof(struct socket_conn));
 	conn->fd = fd;
 	conn->next = mtcall_socket_head;