summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_win32.c b/libao2/ao_win32.c
index a35c25114e..84bef9435a 100644
--- a/libao2/ao_win32.c
+++ b/libao2/ao_win32.c
@@ -220,7 +220,7 @@ static int init(int rate,int channels,int format,int flags)
}
if(result != MMSYSERR_NOERROR)
{
- mp_msg(MSGT_AO, MSGL_ERR,"ao_win32: unable to open wave mapper device\n");
+ mp_msg(MSGT_AO, MSGL_ERR,"ao_win32: unable to open wave mapper device (result=%i)\n",result);
return 0;
}
//allocate buffer memory as one big block