[Asterisk-cvs] asterisk muted.c,1.8,1.9
twisted at lists.digium.com
twisted at lists.digium.com
Mon Jul 18 00:15:58 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv6668
Modified Files:
muted.c
Log Message:
Forgot to remove printf() used in debugging
Index: muted.c
===================================================================
RCS file: /usr/cvsroot/asterisk/muted.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- muted.c 18 Jul 2005 04:22:08 -0000 1.8
+++ muted.c 18 Jul 2005 04:23:33 -0000 1.9
@@ -325,7 +325,6 @@
err = AudioDeviceGetProperty(device, channels[0], false, kAudioDevicePropertyVolumeScalar, &size, &volumeL);
if (!err)
err = AudioDeviceGetProperty(device, channels[1], false, kAudioDevicePropertyVolumeScalar, &size, &volumeR);
- printf("volumeL = %f - volumeR = %f\n", volumeL, volumeR);
if (!err)
vol = (volumeL < volumeR) ? volumeR : volumeL;
else {
More information about the svn-commits
mailing list