Fix tests/various/logger_cmd_error.sh.
This commit is contained in:
committed by
Miodrag Milanovic
parent
57a6aff194
commit
f6863b9f70
@@ -451,7 +451,7 @@ void log_formatted_cmd_error(std::string str)
|
||||
pop_errfile = true;
|
||||
}
|
||||
|
||||
log_formatted_string("ERROR: %s", log_last_error, LogSeverity::LOG_ERROR);
|
||||
log_formatted_string("%s", stringf("ERROR: %s", log_last_error), LogSeverity::LOG_ERROR);
|
||||
log_flush();
|
||||
|
||||
if (pop_errfile)
|
||||
|
||||
Reference in New Issue
Block a user