Lower MAC address not found warning on Windows to debug (resolves #63)

This commit is contained in:
Yukino Song
2024-10-05 21:27:08 +08:00
parent 517e88b655
commit 03995d6f10

View File

@@ -191,7 +191,7 @@ namespace platf {
}
}
}
BOOST_LOG(warning) << "Unable to find MAC address for "sv << address;
BOOST_LOG(debug) << "Unable to find MAC address for "sv << address << ", is this a virtual network adapter?";
return "00:00:00:00:00:00"s;
}