mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
cleanup: remove multilog
This commit is contained in:
parent
842a7a17e3
commit
0e2261dbd1
@ -2152,11 +2152,6 @@ int main(int argc, char *argv[])
|
||||
|
||||
_init_thread_signals();
|
||||
|
||||
//multilog_clear_logging();
|
||||
//multilog_add_type(std_syslog, &logdata);
|
||||
//multilog_init_verbose(std_syslog, _LOG_DEBUG);
|
||||
//multilog_async(1);
|
||||
|
||||
pthread_mutex_init(&_global_mutex, NULL);
|
||||
|
||||
if (!_systemd_activation && !_open_fifos(&fifos))
|
||||
@ -2191,7 +2186,6 @@ int main(int argc, char *argv[])
|
||||
_cleanup_unused_threads();
|
||||
}
|
||||
|
||||
|
||||
pthread_mutex_destroy(&_global_mutex);
|
||||
|
||||
log_notice("dmeventd shutting down.");
|
||||
|
Loading…
Reference in New Issue
Block a user