Fix: current-thread.h: append from message iterator, not from component
[babeltrace.git] / include / babeltrace2 / current-thread.h
index 626c2ae6c8e43e73ca27077beb08b8398af9e694..18da2513ff66be5670ec285594fc60b1242a802b 100644 (file)
@@ -86,7 +86,7 @@ bt_current_thread_error_append_cause_from_message_iterator(
                (_self_cc), __FILE__, __LINE__, (_msg_fmt), ##__VA_ARGS__)
 
 #define BT_CURRENT_THREAD_ERROR_APPEND_CAUSE_FROM_MESSAGE_ITERATOR(_self_iter, _msg_fmt, ...) \
-       bt_current_thread_error_append_cause_from_component( \
+       bt_current_thread_error_append_cause_from_message_iterator( \
                (_self_iter), __FILE__, __LINE__, (_msg_fmt), ##__VA_ARGS__)
 
 #ifdef __cplusplus
This page took 0.023734 seconds and 4 git commands to generate.