mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 18:32:18 +08:00
Merge pull request #451 from ajbeamon/release-5.1
Fix case of newSeverity detail in StderrSeverity trace event
This commit is contained in:
commit
12c45ccf79
@ -960,7 +960,7 @@ vector<TestSpec> readTests( ifstream& ifs ) {
|
|||||||
if(value == "true")
|
if(value == "true")
|
||||||
spec.phases = TestWorkload::CHECK;
|
spec.phases = TestWorkload::CHECK;
|
||||||
} else if( attrib == "StderrSeverity" ) {
|
} else if( attrib == "StderrSeverity" ) {
|
||||||
TraceEvent("StderrSeverity").detail("newSeverity", value);
|
TraceEvent("StderrSeverity").detail("NewSeverity", value);
|
||||||
}
|
}
|
||||||
else if (attrib == "ClientInfoLogging") {
|
else if (attrib == "ClientInfoLogging") {
|
||||||
if (value == "false") {
|
if (value == "false") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user