diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc index 8287668258..424d291bcb 100644 --- a/webrtc/voice_engine/channel.cc +++ b/webrtc/voice_engine/channel.cc @@ -3225,7 +3225,7 @@ int Channel::GetPlayoutTimestamp(unsigned int& timestamp) { } if (playout_timestamp_rtp == 0) { _engineStatisticsPtr->SetLastError( - VE_CANNOT_RETRIEVE_VALUE, kTraceError, + VE_CANNOT_RETRIEVE_VALUE, kTraceStateInfo, "GetPlayoutTimestamp() failed to retrieve timestamp"); return -1; }