Skip to content

Commit

Permalink
DEV9: Add DEV9: prefix to "Can't open Device" log message
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and lightningterror committed Dec 5, 2021
1 parent bde4868 commit af585bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/DEV9/pcap_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit af585bf

Please sign in to comment.