fix error message
This commit is contained in:
parent
716ff82540
commit
549c1cf13e
|
@ -354,7 +354,7 @@ sub ckbox($$$@)
|
||||||
|
|
||||||
my ($mu, %ms) = readbox($bn);
|
my ($mu, %ms) = readbox($bn);
|
||||||
if ($mu != $MU) {
|
if ($mu != $MU) {
|
||||||
print STDERR "NEXTUID mismatch for $bn - expected $MU, got $mu, config: $cfg\n";
|
print STDERR "MAXUID mismatch for $bn - expected $MU, got $mu, config: $cfg\n";
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
while (@MS) {
|
while (@MS) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user