Print socket info at startup

This commit is contained in:
Martin Lund 2022-04-20 19:20:26 +02:00
parent 7096bc3a96
commit b0b0856a8b
2 changed files with 5 additions and 3 deletions

View file

@ -92,6 +92,8 @@ void socket_configure(void)
memset(clientfds, -1, sizeof(clientfds));
atexit(socket_exit);
tio_printf("Listening on socket %s", socket_filename());
}
void socket_write(char input_char)