Improve debugging messages

This commit is contained in:
Cameron Gutman
2018-07-28 16:06:26 -07:00
parent e39b5a6a72
commit df26f731eb
6 changed files with 27 additions and 0 deletions

View File

@@ -142,6 +142,10 @@ int Session::sdlAudioInit(int /* audioConfiguration */,
s_SampleIndex = 0;
s_PendingDrops = s_PendingHardDrops = 0;
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Audio stream has %d channels",
opusConfig->channelCount);
return 0;
}