Skip to content

Commit

Permalink
util: Fix consistency of log prefixes.
Browse files Browse the repository at this point in the history
Co-authored-by: Henrich Lauko <[email protected]>
  • Loading branch information
lkorenc and xlauko authored Jan 22, 2024
1 parent 5d72a02 commit 3d565cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vast/Util/Warnings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ namespace vast {


#define VAST_TODO(fmt, ... ) \
VAST_FATAL("[Vast TODO]: " # fmt __VA_OPT__(,) __VA_ARGS__ )
VAST_FATAL("[VAST TODO]: " # fmt __VA_OPT__(,) __VA_ARGS__ )

#if !defined(NDEBUG)
#define VAST_ASSERT(cond) \
Expand Down

0 comments on commit 3d565cb

Please sign in to comment.