Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: improve log messages #323

Merged

Conversation

joaoantoniocardoso
Copy link
Collaborator

@joaoantoniocardoso joaoantoniocardoso commented Dec 1, 2023

Removes this:

2023-12-01T18:16:23.471247Z DEBUG ThreadId(68) src/stream/sink/webrtc_sink.rs:186: DTLS Transport: WebRTCDTLSTransport {
    inner: TypedObjectRef {
        inner: 0x00007fa400006970,
        type: GstWebRTCDTLSTransport,
    },
}

and improves this:

2023-12-01T18:16:45.489075Z DEBUG ThreadId(90) src/stream/sink/webrtc_sink.rs:380: Failed to send ICE candidate: Error {
    context: "Failed to send ICE candidate",
    source: SendError { .. },
}

and this:

2023-12-01T18:17:17.538817Z ERROR ThreadId(122) src/stream/sink/webrtc_sink.rs:477: Failed to send SDP offer: Failed to send SDP offer

Caused by:
    channel closed

@patrickelectric patrickelectric merged commit 42109b3 into mavlink:master Dec 1, 2023
3 checks passed
@joaoantoniocardoso joaoantoniocardoso deleted the improve_log_messages_1 branch December 1, 2023 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants