modules: openthread: platform: logging: catch up on log2_generic rename
The log2_generic() function was renamed to log_generic().
Fixes: 2155a9e5f7
Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
f977847210
commit
33708c6b3d
|
@ -52,7 +52,7 @@ void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat
|
|||
}
|
||||
|
||||
va_start(param_list, aFormat);
|
||||
log2_generic(level, aFormat, param_list);
|
||||
log_generic(level, aFormat, param_list);
|
||||
va_end(param_list);
|
||||
#else
|
||||
ARG_UNUSED(aLogLevel);
|
||||
|
|
Loading…
Reference in a new issue