change default log level for the library to PA_LOG_ERROR to avoid spamming to stderr more often

This commit is contained in:
Lennart Poettering 2008-08-29 21:43:50 +02:00
parent 086fa95407
commit 1acf394356
2 changed files with 4 additions and 4 deletions

View file

@ -53,7 +53,7 @@
static char *log_ident = NULL, *log_ident_local = NULL;
static pa_log_target_t log_target = PA_LOG_STDERR;
static pa_log_func_t user_log_func = NULL;
static pa_log_level_t maximal_level = PA_LOG_NOTICE;
static pa_log_level_t maximal_level = PA_LOG_ERROR;
#ifdef HAVE_SYSLOG_H
static const int level_to_syslog[] = {