You need to sign in or sign up before continuing.
Commit d89a48aa authored by Warren Dukes's avatar Warren Dukes

DEBUG statement that prints out which ao driver is being used

git-svn-id: https://svn.musicpd.org/mpd/trunk@2478 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent baf8efff
......@@ -106,6 +106,9 @@ static int audioOutputAo_initDriver(AudioOutput * audioOutput,
exit(EXIT_FAILURE);
}
DEBUG("using ao driver \"%s\" for \"%s\"\n", ai->short_name,
audioOutput->name);
blockParam = getBlockParam(param, "options");
if(blockParam) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment