From 6e12f8db96ff01cad4591efbc910c50078fc5ad8 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 2 Jan 2015 09:55:57 +0100 Subject: [PATCH] pvestatd: correctly set debug flag --- bin/pvestatd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/pvestatd b/bin/pvestatd index d0bb6fd1..f3b3a347 100755 --- a/bin/pvestatd +++ b/bin/pvestatd @@ -40,6 +40,8 @@ my $restart_request = 0; sub init { my ($self) = @_; + $opt_debug = $self->{debug}; + PVE::Cluster::cfs_update(); }