EXI_DeviceEthernet: Replace INFO_LOG with INFO_LOG_FMT

This commit is contained in:
Pokechu22 2022-05-19 12:24:35 -07:00
parent 2f5e69a94e
commit 35cb5c8f75
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ CEXIETHERNET::CEXIETHERNET(BBADeviceType type)
#if defined(__APPLE__)
case BBADeviceType::TAPSERVER:
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;
#endif
case BBADeviceType::XLINK: