Logging: pass dynamic log level to common functions and subsystems
[babeltrace.git] / src / plugins / lttng-utils / debug-info / debug-info.c
index 8fee09ab2ffee4ca1576516bd57d55b377019197..9f6f0968953e7eb815d90012e6379b24b0eada27 100644 (file)
@@ -1995,7 +1995,8 @@ bt_self_message_iterator_status debug_info_msg_iter_init(
                goto error;
        }
 
-       ret = bt_fd_cache_init(&debug_info_msg_iter->fd_cache);
+       ret = bt_fd_cache_init(&debug_info_msg_iter->fd_cache,
+               BT_LOG_OUTPUT_LEVEL);
        if (ret) {
                status = BT_SELF_MESSAGE_ITERATOR_STATUS_NOMEM;
                goto error;
This page took 0.024612 seconds and 4 git commands to generate.