From 46916b658b24f5b7595fd6a1041db1d3040ef517 Mon Sep 17 00:00:00 2001 From: Digimer Date: Thu, 4 Oct 2018 21:38:04 -0400 Subject: [PATCH] * Fixed the spec now that anvil.sql is in the right place and quieted anvil-daemon system check logging. Signed-off-by: Digimer --- rpm/SPECS/anvil.spec | 1 - tools/anvil-daemon | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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, }});