Description of problem: abrtd logs the following at warning level: Sep 29 11:10:26 barry abrtd[539]: Init complete, entering main loop This fixes: --- a/src/daemon/abrtd.c +++ b/src/daemon/abrtd.c @@ -626,7 +626,7 @@ int main(int argc, char** argv) s_signal_pipe_write = s_signal_pipe[1]; /* Enter the event loop */ - log("Init complete, entering main loop"); + log_info("Init complete, entering main loop"); run_main_loop(pMainloop); cleanup:
Thank you for taking the time to file this bug report. Upstream commit https://github.com/abrt/abrt/commit/105aab5e018efa7d68e06ff648d0dc9e434e20d2 fixes this bug.
abrt-2.2.2-2.fc20,libreport-2.2.3-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/abrt-2.2.2-2.fc20,libreport-2.2.3-3.fc20
Package abrt-2.2.2-2.fc20, libreport-2.2.3-3.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing abrt-2.2.2-2.fc20 libreport-2.2.3-3.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-2191/abrt-2.2.2-2.fc20,libreport-2.2.3-3.fc20 then log in and leave karma (feedback).
abrt-2.2.2-2.fc20, libreport-2.2.3-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.