summaryrefslogtreecommitdiff
path: root/src/cam/capture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cam/capture.cpp')
-rw-r--r--src/cam/capture.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cam/capture.cpp b/src/cam/capture.cpp
index e665d819..4b65b1d0 100644
--- a/src/cam/capture.cpp
+++ b/src/cam/capture.cpp
@@ -155,7 +155,6 @@ void Capture::requestComplete(Request *request)
const std::string &name = streamName_[stream];
info << " " << name
- << " (" << buffer->index() << ")"
<< " seq: " << std::setw(6) << std::setfill('0') << buffer->sequence()
<< " bytesused: " << buffer->bytesused();
@@ -182,7 +181,7 @@ void Capture::requestComplete(Request *request)
std::unique_ptr<Buffer> newBuffer = stream->createBuffer(index);
if (!newBuffer) {
- std::cerr << "Can't create buffer " << index << std::endl;
+ std::cerr << "Can't create buffer" << std::endl;
return;
}