mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 03:40:30 +00:00
aplay/aes67: Fix typo in cfg parsing
This commit is contained in:
@@ -403,7 +403,7 @@ static void * audio_play_aes67_init(const struct audio_playback_opts *opts){
|
||||
} else if(key == "sess_desc"){
|
||||
s->session_description = val;
|
||||
} else {
|
||||
log_msg(LOG_LEVEL_ERROR, MOD_NAME "Unkown option %s\n", std::string(key).c_str());
|
||||
log_msg(LOG_LEVEL_ERROR, MOD_NAME "Unknown option %s\n", std::string(key).c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user