summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libcamera/framebuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/framebuffer.cpp b/src/libcamera/framebuffer.cpp
index d44a98ba..337ea115 100644
--- a/src/libcamera/framebuffer.cpp
+++ b/src/libcamera/framebuffer.cpp
@@ -247,7 +247,7 @@ FrameBuffer::FrameBuffer(const std::vector<Plane> &planes, unsigned int cookie)
}
LOG(Buffer, Debug)
- << "Buffer is " << (isContiguous ? "not " : "") << "contiguous";
+ << "Buffer is " << (isContiguous ? "" : "not ") << "contiguous";
_d()->isContiguous_ = isContiguous;
}