Fixed typo in vie_autotest_loopback.cc.
Review URL: https://webrtc-codereview.appspot.com/1114004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3542 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
83663efba4
commit
0b6293aaaa
@ -58,7 +58,7 @@ int VideoEngineSampleCode(void* window1, void* window2)
|
|||||||
error = ptrViE->SetTraceFilter(webrtc::kTraceAll);
|
error = ptrViE->SetTraceFilter(webrtc::kTraceAll);
|
||||||
if (error == -1)
|
if (error == -1)
|
||||||
{
|
{
|
||||||
printf("ERROR in VideoEngine::SetTraceLevel\n");
|
printf("ERROR in VideoEngine::SetTraceFilter\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user