Skip to content

Commit

Permalink
EXI_DeviceEthernet: Replace INFO_LOG with INFO_LOG_FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed May 19, 2022
1 parent 2f5e69a commit 35cb5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/EXI/EXI_DeviceEthernet.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 35cb5c8

Please sign in to comment.