Skip to content

Commit d0e87d7

Browse files
committed
Format
1 parent 2c591be commit d0e87d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Foundation/include/Framework/Signpost.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ void o2_debug_log_set_stacktrace(_o2_log_t* log, int stacktrace)
522522
} else if (O2_BUILTIN_UNLIKELY(private_o2_log_##log->stacktrace)) { \
523523
_o2_signpost_event_emit(private_o2_log_##log, id, name, remove_engineering_type(format).data(), ##__VA_ARGS__); \
524524
} \
525-
O2_LOG_MACRO_RAW(warn, format, ##__VA_ARGS__); \
525+
O2_LOG_MACRO_RAW(warn, format, ##__VA_ARGS__); \
526526
})
527527

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

0 commit comments

Comments
 (0)