Use correct variable in trace.
TBR=leozwang@webrtc.org TEST=build Review URL: https://webrtc-codereview.appspot.com/593004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2284 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f98b6cc10e
commit
7fbfc4ce79
@ -27,7 +27,7 @@ namespace webrtc {
|
||||
|
||||
namespace voe {
|
||||
|
||||
void
|
||||
void
|
||||
TransmitMixer::OnPeriodicProcess()
|
||||
{
|
||||
WEBRTC_TRACE(kTraceStream, kTraceVoice, VoEId(_instanceId, -1),
|
||||
@ -1299,7 +1299,7 @@ WebRtc_Word32 TransmitMixer::APMProcessStream(
|
||||
{
|
||||
WEBRTC_TRACE(kTraceWarning, kTraceVoice, VoEId(_instanceId, -1),
|
||||
"AudioProcessing::set_num_channels(%d, %d) => error",
|
||||
_audioFrame.sample_rate_hz_,
|
||||
_audioFrame.num_channels_,
|
||||
_audioProcessingModulePtr->num_output_channels());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user