From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: reduce/change log severity levels Date: Mon, 20 Jul 2015 02:45:09 +0200 Message-ID: <2062810.VQs1cvVVvX@xps13> References: <1431709847-5402-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 2257BDE0 for ; Mon, 20 Jul 2015 02:46:21 +0200 (CEST) Received: by wibud3 with SMTP id ud3so83605641wib.0 for ; Sun, 19 Jul 2015 17:46:21 -0700 (PDT) In-Reply-To: <1431709847-5402-1-git-send-email-stephen@networkplumber.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Change the log level of startup messages. Anything that is > just normal activity (like getting virtual areas) is changed > to debug level. Anything that is a failure should be NOTICE > or ERR severity. > > Signed-off-by: Stephen Hemminger Applied, thanks