Revert "Log to syslog and stderr by default"

This reverts commit 21ed77fed2.
This commit is contained in:
Tushar Gohad 2015-12-04 02:14:24 -07:00
parent aea8a26c22
commit debb72493d
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ int liberasurecode_backend_close(ec_backend_t instance)
void __attribute__ ((constructor))
liberasurecode_init(void) {
/* init logging */
openlog("liberasurecode", LOG_PID | LOG_CONS | LOG_NDELAY | LOG_PERROR, LOG_USER);
openlog("liberasurecode", LOG_PID | LOG_CONS, LOG_USER);
/* populate supported backends list as a string */
{