fixed another trace event

This commit is contained in:
Evan Tschannen 2018-06-11 12:53:07 -07:00
parent e28769b98e
commit 8dfda1e57b
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ struct TagPartitionedLogSystem : ILogSystem, ReferenceCounted<TagPartitionedLogS
}
if(!localOldSets.size()) {
TraceEvent("TLogPeekNoLocalSets", dbgid).detail("tag", tag.toString()).detail("begin", begin).detail("end", end).detail("lastBegin", lastBegin);
TraceEvent("TLogPeekNoLocalSets", dbgid).detail("Tag", tag.toString()).detail("Begin", begin).detail("End", end).detail("LastBegin", lastBegin);
if(throwIfDead) {
throw worker_removed();
} else {