Make tests less noisy.
This commit is contained in:
parent
bb10db34d9
commit
6306294038
|
@ -270,6 +270,13 @@ sub log {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
sub log_level {
|
||||
my ($self, $log_level) = @_;
|
||||
$self->{log_level} = $log_level if defined($log_level);
|
||||
return $self->{log_level};
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
# vim: sw=4 expandtab tw=0
|
||||
|
|
Loading…
Reference in New Issue