diff --git a/rpm/SPECS/anvil.spec b/rpm/SPECS/anvil.spec index a57b2e2a..364774f8 100644 --- a/rpm/SPECS/anvil.spec +++ b/rpm/SPECS/anvil.spec @@ -295,7 +295,6 @@ cp -R -p tools/* %{buildroot}/%{_sbindir} cp -R -p anvil.conf %{buildroot}/%{_sysconfdir}/anvil/ cp -R -p anvil.version %{buildroot}/%{_sysconfdir}/anvil/ cp -R -p share/* %{buildroot}/%{_usr}/share/anvil/ -mv %{buildroot}/%{_sbindir}/anvil.sql %{buildroot}/%{_datadir}/anvil/anvil.sql %pre core diff --git a/tools/anvil-daemon b/tools/anvil-daemon index 145ccd08..66d33723 100755 --- a/tools/anvil-daemon +++ b/tools/anvil-daemon @@ -156,7 +156,7 @@ while(1) # Update the next check time. $next_check = $now_time + $system_check; - $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => { + $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 3, list => { "s1:system_check" => $system_check, "s2:next_check" => $next_check, }});