mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALSA and OSS codec fixes (bug #3145)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -338,7 +338,7 @@ static void *changethread(void *data)
|
||||
*loc = '\0';
|
||||
loc++;
|
||||
} else {
|
||||
ast_log(LOG_WARNING, "Can't change device with no technology!\n");
|
||||
ast_log(LOG_WARNING, "Can't change device '%s' with no technology!\n", sc->dev);
|
||||
free(sc);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user