diff --git a/pythonbpf/codegen.py b/pythonbpf/codegen.py index c50d316..5de23a5 100644 --- a/pythonbpf/codegen.py +++ b/pythonbpf/codegen.py @@ -121,7 +121,7 @@ def compile_to_ir(filename: str, output: str, loglevel=logging.WARNING): return output -def compile(loglevel=logging.INFO) -> bool: +def compile(loglevel=logging.WARNING) -> bool: # Look one level up the stack to the caller of this function caller_frame = inspect.stack()[1] caller_file = Path(caller_frame.filename).resolve()