Skip to content

Commit

Permalink
fix(userspace/libscap): scap_log macro
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Puglisi <[email protected]>
  • Loading branch information
deepskyblue86 authored and poiana committed Jan 3, 2024
1 parent 2d6ccce commit 128f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libscap/debug_log_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.

#include <stdio.h>

#define scap_log(HANDLE, sev, ...) scap_debug_log_impl(HANDLE->m_log_fn, sev, __VA_ARGS__)
#define scap_log(HANDLE, sev, ...) scap_log_impl(HANDLE->m_log_fn, sev, __VA_ARGS__)
#define scap_debug_log(HANDLE, ...) scap_log_impl(HANDLE->m_log_fn, FALCOSECURITY_LOG_SEV_DEBUG, __VA_ARGS__)

/**
Expand Down

0 comments on commit 128f345

Please sign in to comment.