This commit is contained in:
rusefi 2018-01-22 19:44:52 -05:00
parent ac43689791
commit fe9d8ee0f7
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ int unitTestWarningCounter = 0;
#endif /* EFI_SIMULATOR || EFI_PROD_CODE */
void printWarning(const char *fmt, va_list ap) {
static void printWarning(const char *fmt, va_list ap) {
resetLogging(&logger); // todo: is 'reset' really needed here?
appendMsgPrefix(&logger);