Fix build

This commit is contained in:
Andrew Noyes 2020-10-16 14:26:40 -07:00
parent 81193a9226
commit 30488df5ea
1 changed files with 1 additions and 0 deletions

View File

@ -3901,6 +3901,7 @@ ACTOR Future<Void> storageServerTracker(
}
}
} catch( Error &e ) {
state Error err = e;
TraceEvent("StorageServerTrackerCancelled", self->distributorId)
.suppressFor(1.0)
.detail("Primary", self->primary)