aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-26 11:08:34 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-26 11:08:34 +0000
commit9badca3f7251b93d97dd2dec08c80315484bf5e5 (patch)
tree38659793b4ad18983ea3cdb44dc66656106dccf1 /apps/app_queue.c
parent1841112edc8b28c8121c24aab0be4c7bb2807497 (diff)
Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALSA and OSS codec fixes (bug #3145)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4556 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index b9afc6ac2..2fea907e9 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -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;
}