1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-31 14:50:37 +03:00

Make sure errors reach syslog().

This commit is contained in:
Patrick Caulfield 2004-06-28 10:26:42 +00:00
parent d184ed0130
commit a01e03562f

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();