Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
pacemaker.13547
pacemaker-pengine-spelling-corrections.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pacemaker-pengine-spelling-corrections.patch of Package pacemaker.13547
commit e526833ea5923b2802820fe4f951ae241ee7ad7f Author: Ken Gaillot <kgaillot@redhat.com> Date: Fri Sep 22 14:13:40 2017 -0500 Log: stonithd,lrmd,pengine: spelling/formatting corrections diff --git a/fencing/main.c b/fencing/main.c index 455e5b6fc..f46be30b8 100644 --- a/fencing/main.c +++ b/fencing/main.c @@ -1140,7 +1140,8 @@ static void stonith_shutdown(int nsig) { stonith_shutdown_flag = TRUE; - crm_info("Terminating with %d clients", crm_hash_table_size(client_connections)); + crm_info("Terminating with %d clients", + crm_hash_table_size(client_connections)); if (mainloop != NULL && g_main_is_running(mainloop)) { g_main_quit(mainloop); } else { diff --git a/lrmd/main.c b/lrmd/main.c index a13a299fe..c00f8eece 100644 --- a/lrmd/main.c +++ b/lrmd/main.c @@ -275,7 +275,8 @@ lrmd_server_send_notify(crm_client_t * client, xmlNode * msg) static gboolean lrmd_exit(gpointer data) { - crm_info("Terminating with %d clients", crm_hash_table_size(client_connections)); + crm_info("Terminating with %d clients", + crm_hash_table_size(client_connections)); if (stonith_api) { stonith_api->cmds->remove_notification(stonith_api, T_STONITH_NOTIFY_DISCONNECT); diff --git a/pengine/allocate.c b/pengine/allocate.c index f6ddf44a7..50ae1c012 100644 --- a/pengine/allocate.c +++ b/pengine/allocate.c @@ -2296,7 +2296,7 @@ order_probes(pe_working_set_t * data_set) continue; } - crm_err("Appplying %s before %s %d", first->uuid, start->uuid, uber_parent(first_rsc)->variant); + crm_err("Applying %s before %s %d", first->uuid, start->uuid, uber_parent(first_rsc)->variant); for (pIter = probes; pIter != NULL; pIter = pIter->next) { action_t *probe = (action_t *) pIter->data;
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