From owner-freebsd-current@freebsd.org Sun Oct 2 00:58:03 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00024AC40CF for ; Sun, 2 Oct 2016 00:58:02 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com [IPv6:2607:f8b0:400e:c00::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4FC3E8F for ; Sun, 2 Oct 2016 00:58:02 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-pf0-x235.google.com with SMTP id s13so52090254pfd.2 for ; Sat, 01 Oct 2016 17:58:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=o7Kr4BMc60rWbrYu6kh27fvjN8GMff9EuunwRdIP52s=; b=UDP5fN5UifKWrKCAJcRhL2C3EJxn4gt+uXacpDhtSoKUWiDfu1bfozRq0Tb/MgEMmt Q7rJo/yXOfKDqC49wi0QqBEsL3xj+DKK6IpZdH1COk4xV2aAVYZecVdiHltYq54oIHLo uI7CWJ13WosVUBtyK0wlN9X0ItDu5kZoirpnh/QZjN01KEDQgbRsx/A6hPPePSbf3YCE t2ITA9KIBGVMwFybnU+mmR49I5sScvjUqRkzP6AKugxOq514KDmGzZVLbmK674EsMrVB RGdhRIhFw9d0q6fyNti3ZMADKf2Ly83LCLn7PQh6MecwGzLy/uNz3QBUgBe7wgAk6HjW N3Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=o7Kr4BMc60rWbrYu6kh27fvjN8GMff9EuunwRdIP52s=; b=AxFSp1vC0lD+rtvYkbt8fgttWwqGOTJ6/r6oySWE1zWwek0QvGK4gdl4VaK8WtQJT8 jdIGILPV6nN9rwF0hCFMfc48GNXY3BiZAA5zcGVTUPrv91XGzMB9RQnWkqTszl1PIXoG KOgmu4ZmyzZL6g2v20Ll7JdxNRxlZEaZYqmQtcYdBVXFDTccbjRKHoEwJqAZJJmsI6wR pZtL6nVBq5EZxLVdmufiAPVASo/WR0onIZnzuypcAYIAhJSbXuvDLUyFwOEP47QyzEe5 DY4L5lk+JUJAW4tezGZmtYGMWC+BSajP1YiGu+k6sHHQtFWsc+EfBUkbtm6kC5yvPA+2 zGTA== X-Gm-Message-State: AA6/9RndY6kbmJKowk3LBwNNTpGJYQSAbYY+d7KdFJ/4SIDBtS15gIWkvJ23gdQ0XHcMww== X-Received: by 10.98.201.215 with SMTP id l84mr24578985pfk.10.1475369882352; Sat, 01 Oct 2016 17:58:02 -0700 (PDT) Received: from raichu ([2604:4080:1102:0:ca60:ff:fe9d:3963]) by smtp.gmail.com with ESMTPSA id fm6sm37343921pab.37.2016.10.01.17.58.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Oct 2016 17:58:01 -0700 (PDT) Sender: Mark Johnston Date: Sat, 1 Oct 2016 17:58:00 -0700 From: Mark Johnston To: Franco Fichtner Cc: freebsd-current Subject: Re: rtsold debug message level Message-ID: <20161002005800.GB47402@raichu> References: <6B3DF4FD-CBA3-41F9-A09D-ED5D7929BC8B@opnsense.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6B3DF4FD-CBA3-41F9-A09D-ED5D7929BC8B@opnsense.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 00:58:03 -0000 On Sat, Oct 01, 2016 at 11:55:57AM +0200, Franco Fichtner wrote: > Hi, > > There is an informational message rtsold that should > be considered debug, details here: > > https://reviews.freebsd.org/D8108 > > Pardon my question: is this the right place, and/or > who should I contact? Committed as r306571, thanks.