Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
pacemaker.4956
bug-943295_pacemaker-lrmd-log-notice.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-943295_pacemaker-lrmd-log-notice.patch of Package pacemaker.4956
Index: pacemaker-1.1.13+git20150827.e8888b9/lrmd/lrmd.c =================================================================== --- pacemaker-1.1.13+git20150827.e8888b9.orig/lrmd/lrmd.c +++ pacemaker-1.1.13+git20150827.e8888b9/lrmd/lrmd.c @@ -97,7 +97,7 @@ static void log_finished(lrmd_cmd_t * cmd, int exec_time, int queue_time) { char pid_str[32] = { 0, }; - int log_level = LOG_INFO; + int log_level = LOG_NOTICE; if (cmd->last_pid) { snprintf(pid_str, 32, "%d", cmd->last_pid); @@ -121,7 +121,7 @@ log_finished(lrmd_cmd_t * cmd, int exec_ static void log_execute(lrmd_cmd_t * cmd) { - int log_level = LOG_INFO; + int log_level = LOG_NOTICE; if (safe_str_eq(cmd->action, "monitor")) { log_level = LOG_DEBUG;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor