Browse Source

coreaudio-encoder: Clarify "couldn't load encoder" message

jp9000 9 years ago
parent
commit
efd5584c31
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/coreaudio-encoder/encoder.cpp

+ 2 - 1
plugins/coreaudio-encoder/encoder.cpp

@@ -1346,7 +1346,8 @@ bool obs_module_load(void)
 {
 #ifdef _WIN32
 	if (!load_core_audio()) {
-		CA_LOG(LOG_WARNING, "Couldn't load CoreAudio AAC encoder");
+		CA_LOG(LOG_WARNING, "CoreAudio AAC encoder not installed on "
+				"the system or couldn't be loaded");
 		return true;
 	}