marsadm: correct message

Signed-off-by: Thomas Schoebel-Theuer <tst@1und1.de>
This commit is contained in:
Frank Liepold 2013-10-02 17:39:26 +02:00 committed by Thomas Schoebel-Theuer
parent 5766d22e6b
commit 02558d5ab0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}