mirror of https://github.com/schoebel/mars
marsadm: correct message
Signed-off-by: Thomas Schoebel-Theuer <tst@1und1.de>
This commit is contained in:
parent
5766d22e6b
commit
02558d5ab0
|
@ -1078,7 +1078,7 @@ sub _get_deletable_logfiles {
|
|||
$max = $nr if ($nr < $max || $max < 0);
|
||||
}
|
||||
lprint "min deletable logfile number: $min\n";
|
||||
lprint "max non-deletable logfile number: $max\n";
|
||||
lprint "min non-deletable logfile number: $max\n";
|
||||
return ($min, $max);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue