debug_enabled     380 mcp/corosync.c         char *debug_enabled = NULL;
debug_enabled     382 mcp/corosync.c         get_config_opt(config, local_handle, KEY_PREFIX "debug", &debug_enabled, "off");
debug_enabled     384 mcp/corosync.c         if (crm_is_true(debug_enabled)) {
debug_enabled     394 mcp/corosync.c         free(debug_enabled);