1
1
This commit was SVN r25543.
Этот коммит содержится в:
George Bosilca 2011-11-29 20:53:08 +00:00
родитель 21dc0b44e1
Коммит 7a238933b6

Просмотреть файл

@ -87,7 +87,7 @@ static void mylog(orte_notifier_base_severity_t severity, int errcode,
#else
char *output;
vasprintf(&output, msg, ap);
syslog(severity, output);
syslog(severity, output, NULL);
free(output);
#endif
}