mirror of https://github.com/schoebel/mars
marsadm: fix typo
This commit is contained in:
parent
e716322e21
commit
feb0540224
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue