From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal:Change log output to DEBUG instead of INFO Date: Sun, 13 Mar 2016 23:36:15 +0100 Message-ID: <6538386.OHAfjEX6D9@xps13> References: <1441914050-43168-1-git-send-email-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Keith Wiles Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 63B4647CD for ; Sun, 13 Mar 2016 23:37:37 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id l68so84622083wml.0 for ; Sun, 13 Mar 2016 15:37:37 -0700 (PDT) In-Reply-To: <1441914050-43168-1-git-send-email-keith.wiles@intel.com> 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" 2015-09-10 14:40, Keith Wiles: > When log level is set to 7 (INFO) these messages are still displayed > and should be set to DEBUG. > > Signed-off-by: Keith Wiles Applied, thanks