diff --git a/src/libcamera/pipeline/raspberrypi/rpi_stream.cpp b/src/libcamera/pipeline/raspberrypi/rpi_stream.cpp
index bab80d25ad1a..a4159e20b068 100644
--- a/src/libcamera/pipeline/raspberrypi/rpi_stream.cpp
+++ b/src/libcamera/pipeline/raspberrypi/rpi_stream.cpp
@@ -130,8 +130,8 @@ int Stream::queueBuffer(FrameBuffer *buffer)
 	 */
 	if (!buffer) {
 		if (availableBuffers_.empty()) {
-			LOG(RPISTREAM, Info) << "No buffers available for "
-						<< name_;
+			LOG(RPISTREAM, Debug) << "No buffers available for "
+					      << name_;
 			/*
 			 * Note that we need to queue an internal buffer as soon
 			 * as one becomes available.
