1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-04-01 18:50:41 +03:00

No need for file output to default to stderr now that log file can be

specified in config file.
This commit is contained in:
Alasdair Kergon 2002-01-21 19:05:00 +00:00
parent c490c2f281
commit 9f6f4d1e09

View File

@ -1005,9 +1005,6 @@ static int init(void)
/* Use LOG_USER for syslog messages by default */
init_syslog(LOG_USER);
/* send log messages to stderr for now */
init_log(stderr);
_init_rand();
if (*_sys_dir && lvm_snprintf(config_file, sizeof(config_file),