Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 846280 Details for
Bug 1048384
many errors in journal log
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch
0001-Make-some-messages-debug-instead-of-warnings.patch (text/x-c), 2.62 KB, created by
Jon McCann
on 2014-01-06 19:15:37 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Jon McCann
Created:
2014-01-06 19:15:37 UTC
Size:
2.62 KB
patch
obsolete
>From 1f70a86085f7c1198a0cfe49aebf8eb894927c2d Mon Sep 17 00:00:00 2001 >From: William Jon McCann <william.jon.mccann@gmail.com> >Date: Mon, 6 Jan 2014 14:11:11 -0500 >Subject: [PATCH] Make some messages debug instead of warnings > >Since they seem to be triggered during normal operations >regularly. >--- > src/daemon/abrtd.c | 2 +- > src/hooks/abrt-hook-ccpp.c | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/src/daemon/abrtd.c b/src/daemon/abrtd.c >index b8426dd..4833ac8 100644 >--- 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_debug("Init complete, entering main loop"); > run_main_loop(pMainloop); > > cleanup: >diff --git a/src/hooks/abrt-hook-ccpp.c b/src/hooks/abrt-hook-ccpp.c >index 8e141d4..0a5722c 100644 >--- a/src/hooks/abrt-hook-ccpp.c >+++ b/src/hooks/abrt-hook-ccpp.c >@@ -184,7 +184,7 @@ static char* get_executable(pid_t pid, int *fd_p) > if (deleted > executable && strcmp(deleted, " (deleted)") == 0) > { > *deleted = '\0'; >- log("File '%s' seems to be deleted", executable); >+ log_debug("File '%s' seems to be deleted", executable); > } > /* find and cut off prelink suffixes from the path */ > char *prelink = executable + strlen(executable) - strlen(".#prelink#.XXXXXX"); >@@ -649,7 +649,7 @@ int main(int argc, char** argv) > * but it does not log file name */ > error_msg_and_die("Error saving '%s'", path); > } >- log("Saved core dump of pid %lu (%s) to %s (%llu bytes)", (long)pid, executable, path, (long long)core_size); >+ log_debug("Saved core dump of pid %lu (%s) to %s (%llu bytes)", (long)pid, executable, path, (long long)core_size); > return 0; > } > >@@ -836,7 +836,7 @@ int main(int argc, char** argv) > strcpy(path, newpath); > free(newpath); > >- log("Saved core dump of pid %lu (%s) to %s (%llu bytes)", (long)pid, executable, path, (long long)core_size); >+ log_debug("Saved core dump of pid %lu (%s) to %s (%llu bytes)", (long)pid, executable, path, (long long)core_size); > > notify_new_path(path); > >@@ -874,7 +874,7 @@ int main(int argc, char** argv) > unlink(core_basename); > return 1; > } >- log("Saved core dump of pid %lu to %s (%llu bytes)", (long)pid, full_core_basename, (long long)core_size); >+ log_debug("Saved core dump of pid %lu to %s (%llu bytes)", (long)pid, full_core_basename, (long long)core_size); > } > > return 0; >-- >1.8.4.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1048384
: 846280 |
846281