Less log spam

This commit is contained in:
Joseph C. Lehner 2021-06-06 11:36:32 +02:00
parent 1ad5c743e5
commit d3cb437d13

View file

@ -393,7 +393,9 @@ static bool intf_get_if_row(NET_IFINDEX index, MIB_IF_ROW2* row)
err = GetIfEntry2(row);
if (err != NO_ERROR) {
win_perror2("GetIfEntry2", err);
if (verbosity > 1) {
win_perror2("GetIfEntry2", err);
}
return false;
}