Commit d31f8462 authored by Dietmar Maurer's avatar Dietmar Maurer

pvestatd: correctly set debug flag

parent 7a481ffc
......@@ -40,6 +40,8 @@ my $restart_request = 0;
sub init {
my ($self) = @_;
$opt_debug = $self->{debug};
PVE::Cluster::cfs_update();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment