cosmetic: remove IPV6 detection message (IPV6 is now tested)

This commit is contained in:
F. Duncanh
2024-04-22 01:50:14 -04:00
parent 50799326ca
commit 534b1811f7

View File

@@ -745,7 +745,6 @@ raop_handler_setup(raop_conn_t *conn,
conn->remote[2], conn->remote[3]);
} else {
/*IPV6*/
logger_log(conn->raop->logger, LOGGER_INFO, "client is using IPV6 (untested!)");
snprintf(remote, sizeof(remote), "%02x%02x:%02x%02x:%02x%02x:%02x%02x:%02x%02x:%02x%02x:%02x%02x:%02x%02x",
conn->remote[0], conn->remote[1], conn->remote[2], conn->remote[3],
conn->remote[4], conn->remote[5], conn->remote[6], conn->remote[7],