Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
martenole committed Apr 17, 2024
1 parent 2c591be commit d0e87d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Foundation/include/Framework/Signpost.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ void o2_debug_log_set_stacktrace(_o2_log_t* log, int stacktrace)
} else if (O2_BUILTIN_UNLIKELY(private_o2_log_##log->stacktrace)) { \
_o2_signpost_event_emit(private_o2_log_##log, id, name, remove_engineering_type(format).data(), ##__VA_ARGS__); \
} \
O2_LOG_MACRO_RAW(warn, format, ##__VA_ARGS__); \
O2_LOG_MACRO_RAW(warn, format, ##__VA_ARGS__); \
})

#define O2_SIGNPOST_START(log, id, name, format, ...) \
Expand Down

0 comments on commit d0e87d7

Please sign in to comment.