mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Add DEV9: prefix to "Can't open Device" log message
This commit is contained in:
parent
bde4868b67
commit
af585bffa9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue