1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Make sure errors reach syslog().

This commit is contained in:
Patrick Caulfield 2004-06-28 10:26:42 +00:00
parent 2e15e5e45d
commit 3e5cc2beb9

View File

@ -439,6 +439,7 @@ int init_lvm(void)
/* Use LOG_DAEMON for syslog messages instead of LOG_USER */
init_syslog(LOG_DAEMON);
init_debug(_LOG_ERR);
get_initial_state();