mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +01:00
Merge pull request #3877 from tgsm/soc-logging-macro
Service/SOC: migrate logging macro
This commit is contained in:
commit
fc62da57be
@ -463,7 +463,7 @@ static void Fcntl(Interface* self) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
LOG_ERROR(Service_SOC, "Unsupported command (%d) in fcntl call", ctr_cmd);
|
NGLOG_ERROR(Service_SOC, "Unsupported command ({}) in fcntl call", ctr_cmd);
|
||||||
posix_ret = TranslateError(EINVAL); // TODO: Find the correct error
|
posix_ret = TranslateError(EINVAL); // TODO: Find the correct error
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user