Skip to content

Don't print a dash if thread name is not known #24

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

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

vasild
Copy link
Contributor

@vasild vasild commented Feb 21, 2020

Normally ThreadName() should return programname-PID/threadname-TID,
but if the thread name is not known it would return
programname-PID/-TID. Change it to return
programname-PID/TID instead.

Normally `ThreadName()` should return `programname-PID/threadname-TID`,
but if the thread name is not known it would return
`programname-PID/-TID`. Change it to return
`programname-PID/TID` instead.
@ryanofsky ryanofsky merged commit 097bce2 into bitcoin-core:master Mar 4, 2020
@vasild vasild deleted the thread_name_dash branch March 4, 2020 08:16
@bitcoin-core bitcoin-core locked and limited conversation to collaborators Jun 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants