This commit is contained in:
rusEfi 2019-09-01 18:56:57 -04:00
parent f960587dc0
commit b8fa0dec72
1 changed files with 1 additions and 1 deletions

View File

@ -1135,7 +1135,7 @@ static void getValue(const char *paramStr) {
}
#endif
else {
scheduleMsg(&logger, "unexpcted here: %s", paramStr);
scheduleMsg(&logger, "Invalid Parameter: %s", paramStr);
}
}