Bug 1147664 - Startup log message should be info level
Summary: Startup log message should be info level
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: 20
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: abrt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-29 19:17 UTC by Orion Poplawski
Modified: 2015-04-28 12:59 UTC (History)
7 users (show)

Fixed In Version: abrt-2.2.2-2.fc20
Clone Of:
Environment:
Last Closed: 2015-04-28 12:59:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2014-09-29 19:17:47 UTC
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:

Comment 1 Jakub Filak 2014-10-15 11:41:20 UTC
Thank you for taking the time to file this bug report. Upstream commit https://github.com/abrt/abrt/commit/105aab5e018efa7d68e06ff648d0dc9e434e20d2 fixes this bug.

Comment 2 Fedora Update System 2015-02-16 13:56:03 UTC
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

Comment 3 Fedora Update System 2015-02-17 08:10:09 UTC
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).

Comment 4 Fedora Update System 2015-04-28 12:59:21 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.