mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
EXI_DeviceEthernet: Replace INFO_LOG with INFO_LOG_FMT
This commit is contained in:
@ -50,7 +50,7 @@ CEXIETHERNET::CEXIETHERNET(BBADeviceType type)
|
|||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
case BBADeviceType::TAPSERVER:
|
case BBADeviceType::TAPSERVER:
|
||||||
m_network_interface = std::make_unique<TAPServerNetworkInterface>(this);
|
m_network_interface = std::make_unique<TAPServerNetworkInterface>(this);
|
||||||
INFO_LOG(SP1, "Created tapserver physical network interface.");
|
INFO_LOG_FMT(SP1, "Created tapserver physical network interface.");
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case BBADeviceType::XLINK:
|
case BBADeviceType::XLINK:
|
||||||
|
Reference in New Issue
Block a user