perf bpf: Mute libbpf when '-v' not set
[deliverable/linux.git] / tools / perf / util / bpf-loader.c
index ba6f7526b282805c62337479926256949fe09bfc..0c5d174245bb19c69c78513f7fd7be6b5bf1a395 100644 (file)
@@ -26,8 +26,8 @@ static int libbpf_##name(const char *fmt, ...)        \
        return ret;                             \
 }
 
-DEFINE_PRINT_FN(warning, 0)
-DEFINE_PRINT_FN(info, 0)
+DEFINE_PRINT_FN(warning, 1)
+DEFINE_PRINT_FN(info, 1)
 DEFINE_PRINT_FN(debug, 1)
 
 struct bpf_prog_priv {
This page took 0.02405 seconds and 5 git commands to generate.