Merge pull request #4772 from sfc-gh-tclinkenbeard/add-trace-kind-field

Use default initializer for TraceEvent::errorKind
This commit is contained in:
Evan Tschannen 2021-05-05 15:25:57 -07:00 committed by GitHub
commit 387f62b1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ private:
std::string trackingKey;
TraceEventFields fields;
Severity severity;
ErrorKind errorKind;
ErrorKind errorKind{ ErrorKind::Unset };
const char* type;
UID id;
Error err;