mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 15:12:10 +08:00
cameraview: fix spaces in debug print
old-commit-hash: c1fcd63bba1797133309d94b360d98e147b69548
This commit is contained in:
@@ -358,7 +358,7 @@ void CameraWidget::vipcThread() {
|
||||
while (!QThread::currentThread()->isInterruptionRequested()) {
|
||||
if (!vipc_client || cur_stream != requested_stream_type) {
|
||||
clearFrames();
|
||||
qDebug() << "connecting to stream " << requested_stream_type << ", was connected to " << cur_stream;
|
||||
qDebug().nospace() << "connecting to stream " << requested_stream_type << ", was connected to " << cur_stream;
|
||||
cur_stream = requested_stream_type;
|
||||
vipc_client.reset(new VisionIpcClient(stream_name, cur_stream, false));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user