Fixed typo (#76)

Co-authored-by: faulty <faulty@evilcomputing.net>
v24-dtr-rts
Jim 1 year ago committed by GitHub
parent 973fa59740
commit aadfbd4393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -925,7 +925,7 @@ bool HostBridge::createNetwork()
LogInfo(" PCM over UDP Audio: %s", m_udpAudio ? "yes" : "no");
if (m_udpAudio) {
LogInfo(" UDP Audio Metadata: %s", m_udpMetadata ? "yes" : "no");
LogInfo(" UDP Audio end Address: %s", m_udpSendAddress.c_str());
LogInfo(" UDP Audio Send Address: %s", m_udpSendAddress.c_str());
LogInfo(" UDP Audio Send Port: %u", m_udpSendPort);
LogInfo(" UDP Audio Receive Address: %s", m_udpReceiveAddress.c_str());
LogInfo(" UDP Audio Receive Port: %u", m_udpReceivePort);

Loading…
Cancel
Save

Powered by TurnKey Linux.