Skip to content

Commit 2dca4c7

Browse files
committed
chore: update logging
1 parent 62492f1 commit 2dca4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/global.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void SetSctpSettings(SctpSettings s) { impl::Init::Instance().setSctpSettings(st
9696
#if !USE_NICE
9797

9898
void InvokeIceUdpMuxCallback (const juice_mux_binding_request *info, void *user_ptr) {
99-
PLOG_DEBUG << "Invoking unhandled STUN request callback";
99+
PLOG_DEBUG << "Invoking ICE UDP mux callback";
100100

101101
IceUdpMuxCallback *callback = (IceUdpMuxCallback*)user_ptr;
102102

@@ -108,7 +108,7 @@ void InvokeIceUdpMuxCallback (const juice_mux_binding_request *info, void *user_
108108
info->port
109109
});
110110
} else {
111-
PLOG_DEBUG << "No unhandled STUN request callback configured for port " << info->port;
111+
PLOG_DEBUG << "No ICE UDP mux callback configured for port " << info->port;
112112
}
113113
}
114114

0 commit comments

Comments
 (0)