mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 08:23:54 +08:00
replay: add missing format specifier (#25590)
This commit is contained in:
@@ -57,7 +57,7 @@ void CameraServer::cameraThread(Camera &cam) {
|
||||
};
|
||||
vipc_server_->send(yuv, &extra, false);
|
||||
} else {
|
||||
rError("camera[%d] failed to get frame:", cam.type, eidx.getSegmentId());
|
||||
rError("camera[%d] failed to get frame: %lu", cam.type, eidx.getSegmentId());
|
||||
}
|
||||
|
||||
cam.cached_id = id + 1;
|
||||
|
||||
Reference in New Issue
Block a user