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

Wrong print message #23

Closed
chilisam opened this issue Nov 9, 2022 · 1 comment
Closed

Wrong print message #23

chilisam opened this issue Nov 9, 2022 · 1 comment

Comments

@chilisam
Copy link

chilisam commented Nov 9, 2022

in

std::cout << "Failed to register targetlist callback for sensor umrr11" << std::endl;

and
std::cout << "Failed to register targetlist callback for sensor umrr11" << std::endl;

the message should be "... for sensor umrr96" and "... for sensor umrr9f" respectively.

@smartSRA
Copy link
Collaborator

smartSRA commented Nov 9, 2022

in

std::cout << "Failed to register targetlist callback for sensor umrr11" << std::endl;

and

std::cout << "Failed to register targetlist callback for sensor umrr11" << std::endl;

the message should be "... for sensor umrr96" and "... for sensor umrr9f" respectively.

Yup, I came across this. Would be updated in the patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants