Skip to content

Commit

Permalink
Update src/rt/vdv/vdv_update.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Gündling <[email protected]>
  • Loading branch information
Lucas-C and felixguendling authored Jan 21, 2025
1 parent cb280d7 commit 7cc9d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/vdv/vdv_update.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace nigiri::rt::vdv {

// #define VDV_DEBUG
#ifdef VDV_DEBUG
#define vdv_trace(...) utl::debug(__VA_ARGS__)
#define vdv_trace(...) utl::debug("nigiri.vdv_trace", __VA_ARGS__)
#else
#define vdv_trace(...)
#endif
Expand Down

0 comments on commit 7cc9d00

Please sign in to comment.