applets: Migrate logging macros
This commit is contained in:
parent
4c67f1c7c6
commit
958d39a76f
5 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ namespace Applets {
|
|||
|
||||
ResultCode ErrEula::ReceiveParameter(const Service::APT::MessageParameter& parameter) {
|
||||
if (parameter.signal != Service::APT::SignalType::Request) {
|
||||
LOG_ERROR(Service_APT, "unsupported signal %u", static_cast<u32>(parameter.signal));
|
||||
NGLOG_ERROR(Service_APT, "unsupported signal {}", static_cast<u32>(parameter.signal));
|
||||
UNIMPLEMENTED();
|
||||
// TODO(Subv): Find the right error code
|
||||
return ResultCode(-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue