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

decoder: Fix missing space in println frames #658

Merged
merged 1 commit into from
Feb 2, 2022
Merged

Conversation

Urhengulas
Copy link
Member

@Urhengulas Urhengulas commented Feb 2, 2022

It seems that "past me" (#651) has introduced a regression, namely that there is no space in-between timestamp and log messages for println frames.

Before (how it should be):

0 Hello, world!
└─ hello::__cortex_m_rt_main @ src/bin/hello.rs:8

After (how it currently is):

0Hello, world!
└─ hello::__cortex_m_rt_main @ src/bin/hello.rs:8

This PR fixes that.

@Urhengulas
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 2, 2022

Build succeeded:

@bors bors bot merged commit fd869c5 into main Feb 2, 2022
@bors bors bot deleted the fix-missing-space branch February 2, 2022 10:50
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.

1 participant