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:
pbos@webrtc.org 2013-02-20 12:13:10 +00:00
parent 83663efba4
commit 0b6293aaaa

View File

@ -58,7 +58,7 @@ int VideoEngineSampleCode(void* window1, void* window2)
error = ptrViE->SetTraceFilter(webrtc::kTraceAll);
if (error == -1)
{
printf("ERROR in VideoEngine::SetTraceLevel\n");
printf("ERROR in VideoEngine::SetTraceFilter\n");
return -1;
}