Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ClusterLabs/pacemaker
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Mar 8, 2013
2 parents bb044ce + 560dbc6 commit 7e42d77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions mcp/corosync.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ read_config(void)
}

set_daemon_option("logfacility", logging_syslog_facility);
setenv("HA_LOGFACILITY", logging_syslog_facility, 1);

free(logging_debug);
free(logging_logfile);
Expand Down
1 change: 0 additions & 1 deletion mcp/pacemaker.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,6 @@ main(int argc, char **argv)
const char *facility = daemon_option("logfacility");

setenv("LC_ALL", "C", 1);
setenv("HA_LOGFACILITY", facility, 1);
setenv("HA_LOGD", "no", 1);

set_daemon_option("mcp", "true");
Expand Down

0 comments on commit 7e42d77

Please sign in to comment.