Update fdbcli/fdbcli.actor.cpp
Co-authored-by: Andrew Noyes <63815641+sfc-gh-anoyes@users.noreply.github.com>
This commit is contained in:
parent
ac02329d7d
commit
9505d77ddd
|
@ -1707,7 +1707,7 @@ ACTOR Future<Void> triggerDDTeamInfoLog(Database db) {
|
|||
printf("Triggered team info logging in data distribution.\n");
|
||||
return Void();
|
||||
} catch (Error& e) {
|
||||
tr.onError(e);
|
||||
wait(tr.onError(e));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue