From patchwork Mon Jan 10 10:23:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 15263 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 9C3C1BF415 for ; Mon, 10 Jan 2022 10:23:47 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id CBE4F60921; Mon, 10 Jan 2022 11:23:46 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="W4QqIeQv"; dkim-atps=neutral Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2C761604F5 for ; Mon, 10 Jan 2022 11:23:45 +0100 (CET) Received: by mail-wr1-x42b.google.com with SMTP id r9so24014345wrg.0 for ; Mon, 10 Jan 2022 02:23:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=s60YlnISNx101jBlvvdG4f3kt31L9oXwmRxXkdoYzuk=; b=W4QqIeQvzYowlvCDjh6ZYMi3T1IlmZnL0SHM44NUMVjTiyMz4/qguqwC/4yvMSeahc +RhzJzO3UZUOMCXjJCGSXPRJGQ0Ow2/cSGtoIPxnEo7yEM+hmS0YI9GIAkEj/gzzIlZp 6e6EE1uapg9UZZ8yfJNXKwoAjTxaYbobmQsVsOc7CnLc64o6ZSIvS794D8BW3ml2wDgU 7YcilLAMtn3EPlxopkvmjbl30acg3kU4JYgerw2lilny7Ecr2ZJmRmie17TpLKRnMWCa hDK+8t9iHx49Cf2bYemS7OqC2HMnbA+zzKZRqLyzJ6kQVP/RFm5Iop2yUqIbvU/gGgd+ C+pA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=s60YlnISNx101jBlvvdG4f3kt31L9oXwmRxXkdoYzuk=; b=Awj2tmRhqpbynwvbLSF4qOtoFAx1VJUVv1+j8HegcM9AWciv0sLavJMx4C5Ur54+kl PJL1CXFQ9IAHn+jmWGTOwhNkHl+LUhTUEyeKDaqlZ7ENFLfJf22gsCRBIO61nDlBmZKF BXKr5S6CN/7ZCx7J3MrxhWpflfAYWNlkHZ0gDP0TbRogXIiPw3UY1lCUn24kB2ravdZH Aa2xvl+eDF445X6yRHOtSt6fvwpSk+r20T2BuE4KcFh/zjVG/Kxv3p/BtUr7DCPDXRgG n53WzSsM788v7uCBukYRsOFVwGRcOU+lA7oBXt42LySlI6wMqHqp3a7Byr12uAHj6aKZ 47GQ== X-Gm-Message-State: AOAM532M/ntt51W86yOHJ5WNEPF/Y1ZgytCaz4WaS7U84cV3Jx7sm2jh 2WGnVk4OkZbKCHx3sO3nW+w1J3P62iibNg== X-Google-Smtp-Source: ABdhPJwSPMWQ4nbR1NMUOsf0jbnNPmv4C0s/xsM1xOi/bBAbA2fwcftJzgbmEMNXZqsbfeOWGxSv/Q== X-Received: by 2002:a5d:6a0a:: with SMTP id m10mr7340888wru.296.1641810224539; Mon, 10 Jan 2022 02:23:44 -0800 (PST) Received: from naush-laptop.pitowers.org ([2a00:1098:3142:14:3222:bb03:1840:95be]) by smtp.gmail.com with ESMTPSA id p13sm7387771wrs.54.2022.01.10.02.23.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Jan 2022 02:23:44 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Mon, 10 Jan 2022 10:23:42 +0000 Message-Id: <20220110102342.867402-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1] pipeline: raspberrypi: Demote the category of a logging message X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Switch the "no buffers available" log message from Info to Debug so that it does not get output by default. Signed-off-by: Naushir Patuck Reviewed-by: David Plowman Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- src/libcamera/pipeline/raspberrypi/rpi_stream.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.