aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
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;
}