From fa2f5627cab8e354dd6af4f07ca0aaf8ff0df25c Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 1 Mar 2012 21:19:01 +0000 Subject: [PATCH] Change error code. TBR=henrika@webrtc.org BUG= TEST=build Review URL: https://webrtc-codereview.appspot.com/429004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1821 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/voice_engine/main/source/voe_codec_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/voice_engine/main/source/voe_codec_impl.cc b/src/voice_engine/main/source/voe_codec_impl.cc index 6b308cc395..8bb084017d 100644 --- a/src/voice_engine/main/source/voe_codec_impl.cc +++ b/src/voice_engine/main/source/voe_codec_impl.cc @@ -203,7 +203,7 @@ int VoECodecImpl::SetSendCodec(int channel, const CodecInst& codec) _audioProcessingModulePtr->num_input_channels(), maxNumChannels) != 0) { - _engineStatistics.SetLastError(VE_SOUNDCARD_ERROR, kTraceError, + _engineStatistics.SetLastError(VE_APM_ERROR, kTraceError, "Init() failed to set APM channels for the send audio stream"); return -1; }