summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 8cd20296d..bcf6dd8ad 100644
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -531,7 +531,7 @@ static int setformat(struct chan_oss_pvt *o, int mode)
res = ioctl(fd, SNDCTL_DSP_SPEED, &fmt);
if (res < 0) {
- ast_log(LOG_WARNING, "Failed to set audio device to mono\n");
+ ast_log(LOG_WARNING, "Failed to set sample rate to %d\n", desired);
return -1;
}
if (fmt != desired) {