Use semicolon for consistency with all other spans. (#7201)
This commit is contained in:
parent
d1efc05a9b
commit
dcd771bd07
|
@ -1408,7 +1408,7 @@ void updateProcessStats(StorageServer* self) {
|
|||
#endif
|
||||
|
||||
ACTOR Future<Version> waitForVersionActor(StorageServer* data, Version version, SpanContext spanContext) {
|
||||
state Span span("SS.WaitForVersion"_loc, spanContext);
|
||||
state Span span("SS:WaitForVersion"_loc, spanContext);
|
||||
choose {
|
||||
when(wait(data->version.whenAtLeast(version))) {
|
||||
// FIXME: A bunch of these can block with or without the following delay 0.
|
||||
|
|
Loading…
Reference in New Issue