Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlig committed Oct 20, 2024
1 parent b2550fe commit cea0a88
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 55 deletions.
2 changes: 1 addition & 1 deletion runtime/src/bpf_map/userspace/per_cpu_array_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ long per_cpu_array_map_impl::elem_update_userspace(const void *key,
long per_cpu_array_map_impl::elem_delete_userspace(const void *key)
{
errno = EINVAL;
SPDLOG_ERROR("Element delete is not supported by per cpu array");
SPDLOG_WARN("Element delete is not supported by per cpu array");
return -1;
}

Expand Down
Loading

0 comments on commit cea0a88

Please sign in to comment.