Skip to content

Conversation

@orgads
Copy link
Contributor

@orgads orgads commented Jan 31, 2026

No description provided.

@orgads
Copy link
Contributor Author

orgads commented Jan 31, 2026

There's no way in github to properly review dependent changes, so this PR includes #848. I'll rebase it once the other one is merged (or you can try to review only the last commit).

@orgads orgads requested a review from lemenkov January 31, 2026 16:57
std::lock_guard lock(mutex);
va_list args;
va_start(args, format);
// fprintf(fp, "TID: %lu ", tid_self());

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Copy link
Member

@lemenkov lemenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Consider removing commented out code.

@orgads orgads merged commit 5c2bb62 into SIPp:master Feb 1, 2026
9 checks passed
@orgads orgads deleted the rtpecho-debug branch February 1, 2026 12:31
@orgads
Copy link
Contributor Author

orgads commented Feb 1, 2026

LGTM. Consider removing commented out code.

I'd consider uncommenting it, but that could break the expected output for existing users, so I'm reluctant about it. What do you think?

@lemenkov
Copy link
Member

lemenkov commented Feb 1, 2026

Feel free to keep it as is - anyway that's a cosmetic thing. Let's switch to more interesting things and put less important tasks aside for a while :)

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.

2 participants