Skip to content

Commit

Permalink
Less spam
Browse files Browse the repository at this point in the history
  • Loading branch information
jclehner committed Jun 6, 2021
1 parent 560b018 commit c0ba0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ struct ethsock *ethsock_create(const char *intf, uint16_t protocol)
err = systemf("nmcli device set ifname %s managed no", sock->intf);
if (err) {
printf("Warning: failed to temporarily disable NetworkManager\n");
} else {
} else if (verbosity > 1) {
printf("Temporarily disabling NetworkManager on interface.\n");
}
}
Expand Down

0 comments on commit c0ba0fb

Please sign in to comment.