aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 1b9b12952..9c22ea20d 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1547,7 +1547,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
if (user->listen.actual)
ast_frame_adjust_volume(&fr, user->listen.actual);
if (ast_write(chan, &fr) < 0) {
- ast_log(LOG_WARNING, "Unable to write frame to channel: %s\n", strerror(errno));
+ ast_log(LOG_WARNING, "Unable to write frame to channel %s\n", chan->name);
}
} else
ast_log(LOG_WARNING, "Failed to read frame: %s\n", strerror(errno));