Home
last modified time | relevance | path

Searched refs:actionText (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/common/
Dsettings.cpp456 const char *actionText = ""; in Log() local
462 actionText = "saving"; in Log()
467 actionText = "deleting"; in Log()
472 actionText = "adding"; in Log()
477 actionText = "removing"; in Log()
482 actionText = "deleting all"; in Log()
489 LogWarn("Error %s %s %s", ErrorToString(aError), actionText, KeyToString(aKey)); in Log()