Bug 805279: make sure we pass values for formatted log messages r=derf

This commit is contained in:
Randell Jesup 2012-10-30 15:31:09 -04:00
Родитель 9a3674d80a
Коммит 59cd59057f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -154,7 +154,8 @@ WebRtc_Word32 VideoCaptureMacQTKit::Init(
WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, _id,
"Failed to set capture device %s (unique ID %s) even "
"though it was a valid return from "
"VideoCaptureMacQTKitInfo");
"VideoCaptureMacQTKitInfo",
deviceNameUTF8, iDeviceUniqueIdUTF8);
return -1;
}