From c6ece63d979d21a43f10a5321e71308a65d3c394 Mon Sep 17 00:00:00 2001 From: liyan Date: Tue, 4 Jul 2023 15:28:47 +0800 Subject: [PATCH] Update main.rs --- {{project-name}}/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{project-name}}/src/main.rs b/{{project-name}}/src/main.rs index 103b6eb..ee29b64 100644 --- a/{{project-name}}/src/main.rs +++ b/{{project-name}}/src/main.rs @@ -78,7 +78,7 @@ async fn main() -> Result<(), anyhow::Error> { }; let ret = unsafe { libc::setrlimit(libc::RLIMIT_MEMLOCK, &rlim) }; if ret != 0 { - warn!("remove limit on locked memory failed, ret is: {}", ret); + debug!("remove limit on locked memory failed, ret is: {}", ret); } // This will include your eBPF object file as raw bytes at compile-time and load it at