diff --git a/configs/swerv.config b/configs/swerv.config index 87fd220..518fd58 100755 --- a/configs/swerv.config +++ b/configs/swerv.config @@ -1979,7 +1979,7 @@ sub map_set_unset { } } if (scalar(@unsets)) { - print "$self: Unset(s) requested : @sets\n"; + print "$self: Unset(s) requested : @unsets\n"; foreach (@unsets) { $unsets{$_} = 1; }