Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 27, 2023
1 parent fee8ff1 commit 1ea8fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/linux/system_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ size_t aws_get_cpu_count_for_group(uint16_t group_idx) {

aws_array_list_clean_up(&cpu_ranges);
}
} else {
AWS_LOGF_TRACE(AWS_LS_COMMON_GENERAL, "static: No cpulist for NUMA node %" PRIu16 " found at %s", group_idx, aws_string_c_str(file_path));
}

aws_byte_buf_clean_up(&file_data);
Expand Down

0 comments on commit 1ea8fa8

Please sign in to comment.