Remove erroneous error trace.

It appears this trace is informational, not an error.
Discovered in a plugin log from a ChromeOS device. Just
decided to remove it.

BUG=http://code.google.com/p/chromium-os/issues/detail?id=29356
TEST=build on Linux

Review URL: https://webrtc-codereview.appspot.com/479012

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2043 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-04-17 20:10:47 +00:00
parent 7ab51497a7
commit 1bc98bc873

View File

@ -1562,9 +1562,6 @@ WebRtc_Word32 AudioDeviceLinuxALSA::StopRecording()
// set the pcm input handle to NULL
_handleRecord = NULL;
WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id,
" handle_capture is now set to NULL");
return 0;
}
@ -1589,7 +1586,7 @@ WebRtc_Word32 AudioDeviceLinuxALSA::StartPlayout()
{
return -1;
}
if (_playing)
{
return 0;