LOG_SYSLOG is a syslog facility. take it off the syslog options
This commit was SVN r24000.
Этот коммит содержится в:
родитель
132c8d1b00
Коммит
ac2768ca7c
@ -67,7 +67,7 @@ static int init(void)
|
|||||||
{
|
{
|
||||||
int opts;
|
int opts;
|
||||||
|
|
||||||
opts = LOG_CONS | LOG_PID | LOG_SYSLOG;
|
opts = LOG_CONS | LOG_PID;
|
||||||
openlog("Open MPI Error Report:", opts, LOG_USER);
|
openlog("Open MPI Error Report:", opts, LOG_USER);
|
||||||
|
|
||||||
return ORTE_SUCCESS;
|
return ORTE_SUCCESS;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user