]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Reorder exit log messages a bit.
authorAndre Noll <maan@systemlinux.org>
Sun, 7 Jul 2013 12:06:01 +0000 (14:06 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 22 Sep 2013 00:29:18 +0000 (02:29 +0200)
commitfe7442f069ba33983395ed35af643571a11d9614
treea73834ad2d2381f8116f8514a9537dfc648851c1
parent32a078f2f75bcd26cccd17418c901c3b2c85b1cc
audiod: Reorder exit log messages a bit.

On exit only one emergency message should be printed. If para_audiod
receives a signal which causes it to exit, we currently print two
messages. This downgrades the loglevel of the first message to NOTICE,
and moves the emergency message to the bottom of clean_exit().
audiod.c