From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nft] log: rename the log level "warning" to "warn" Date: Mon, 31 Oct 2016 14:39:10 +0100 Message-ID: <20161031133910.GA18755@salvia> References: <1477830267-12393-1-git-send-email-zlpnobody@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, Liping Zhang To: Liping Zhang Return-path: Received: from mail.us.es ([193.147.175.20]:38650 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941317AbcJaNjT (ORCPT ); Mon, 31 Oct 2016 09:39:19 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 30CD2E838D for ; Mon, 31 Oct 2016 14:39:17 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 22D2DDA848 for ; Mon, 31 Oct 2016 14:39:17 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 8B5DFDA846 for ; Mon, 31 Oct 2016 14:39:11 +0100 (CET) Content-Disposition: inline In-Reply-To: <1477830267-12393-1-git-send-email-zlpnobody@163.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sun, Oct 30, 2016 at 08:24:27PM +0800, Liping Zhang wrote: > From: Liping Zhang > > This is to keep compatibility. The original keyword in grammer is > "warn" instead of "warning". Applied, thanks!