Log proper namespace in the err!() macro #2712

Closed
opened 2026-04-06 03:58:15 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @janost on 11/21/2020

Fixes #1233.

This change makes the err!() macro to log the namespace it was called from instead of bitwarden_rs::error.

I did my best to test a few error cases, however it might have some unintended side effects to error logging. Please let me know if it's broken.

*Originally created by @janost on 11/21/2020* Fixes #1233. This change makes the `err!()` macro to log the namespace it was called from instead of `bitwarden_rs::error`. I did my best to test a few error cases, however it might have some unintended side effects to error logging. Please let me know if it's broken.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2712