marsadm: fix typo

This commit is contained in:
Thomas Schoebel-Theuer 2020-11-12 05:35:28 +01:00
parent e716322e21
commit feb0540224
1 changed files with 1 additions and 1 deletions

View File

@ -3135,7 +3135,7 @@ sub log_purge_res {
if ($nr_races) {
if ($max_retry-- > 0) {
lwarn "Restarting due to $nr_races races\n";
goto restart;
goto retry;
}
ldie "Detected $nr_races, the situation is not stable\n";
}