Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wynyibo committed Oct 11, 2024
1 parent ccfe543 commit 8375e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MagicEyes/src/backend/net/net_watcher/src/net_watcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,9 @@ int main(int argc, char **argv)
if (err)
return err;
}
libbpf_set_print(libbpf_print_fn);

// libbpf_set_print(libbpf_print_fn);

/* Cleaner handling of Ctrl-C */
signal(SIGINT, sig_handler);
signal(SIGTERM, sig_handler);
Expand Down

0 comments on commit 8375e5c

Please sign in to comment.