DEV9: Add DEV9: prefix to "Can't open Device" log message

This commit is contained in:
TheLastRar 2021-12-04 13:23:41 +00:00 committed by lightningterror
parent bde4868b67
commit af585bffa9
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ PCAPAdapter::PCAPAdapter()
if (pcap_io_init(config.Eth, config.EthApi == NetApi::PCAP_Switched, newMAC) == -1)
{
Console.Error("Can't open Device '%s'\n", config.Eth);
Console.Error("DEV9: Can't open Device '%s'", config.Eth);
return;
}