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

"Registered rnd Extension" #6

Closed
subsoap opened this issue Jul 23, 2021 · 1 comment
Closed

"Registered rnd Extension" #6

subsoap opened this issue Jul 23, 2021 · 1 comment

Comments

@subsoap
Copy link

subsoap commented Jul 23, 2021

This is showing up in release builds when it should not be

printf("Registered %s Extension\n", MODULE_NAME);

Change

printf("Registered %s Extension\n", MODULE_NAME);

to

dmLogInfo("Registered %s Extension", MODULE_NAME);

?

selimanac added a commit that referenced this issue Jul 24, 2021
selimanac added a commit that referenced this issue Jul 24, 2021
@selimanac
Copy link
Owner

Yep, you are right. Fixed. Please check out the main repo.

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

No branches or pull requests

2 participants