diff options
Diffstat (limited to 'mpd-notification.c')
-rw-r--r-- | mpd-notification.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mpd-notification.c b/mpd-notification.c index 862832a..ad3d265 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -271,6 +271,9 @@ int main(int argc, char ** argv) { #ifdef HAVE_LIBAV /* libav */ av_register_all(); + + /* only fatal messages from libav */ + av_log_set_level(AV_LOG_FATAL); #endif conn = mpd_connection_new(mpd_host, mpd_port, mpd_timeout); |