Less log spam
This commit is contained in:
parent
1ad5c743e5
commit
d3cb437d13
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue