diff --git a/src/spice2x/hooks/networkhook.cpp b/src/spice2x/hooks/networkhook.cpp index f3422ad..9374b90 100644 --- a/src/spice2x/hooks/networkhook.cpp +++ b/src/spice2x/hooks/networkhook.cpp @@ -179,7 +179,7 @@ void networkhook_init() { strncpy(s_prefix, inet_ntoa(prefix), 16); // log preferences - log_info("network", "Network preferences: {}", s_network, s_subnet, s_prefix); + // log_info("network", "Network preferences: {}, {}, {}", s_network, s_subnet, s_prefix); // GetAdaptersInfo hook auto orig_addr = detour::iat_try( diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 093f4cd..5549666 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -306,6 +306,7 @@ static const std::vector OPTION_DEFINITIONS = { "Force the use of an adapter with the specified network. Must also provide -subnet", .type = OptionType::Text, .category = "Network Adapters", + .sensitive = true, }, { .title = "Preferred NetAdapter Subnet",