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

Lw/logging improvements #782

Merged

Conversation

LukasWoodtli
Copy link
Contributor

No description provided.

If logging is disabled (or some log levels are diabled), the logging
macros are expanded to nothing. This leaves an unneeded semicolon in the
code.
The legacy logging macro has been replaced with the new way for logging URI's.
The legacy logging macros have been replaced with the new way of logging.
@LukasWoodtli LukasWoodtli force-pushed the lw/logging_improvements branch 2 times, most recently from 152ec58 to f00b8aa Compare May 29, 2024 20:54
@LukasWoodtli LukasWoodtli marked this pull request as ready for review May 30, 2024 06:15
Two case statements were identical. They are now combined into one.
Copy link

sonarcloud bot commented May 30, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@mlasch
Copy link
Contributor

mlasch commented May 30, 2024

Looks good

@LukasWoodtli LukasWoodtli merged commit 018a845 into eclipse-wakaama:main Jun 3, 2024
33 checks passed
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