Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 86C1B200B40 for ; Fri, 1 Jul 2016 22:55:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 854F1160A61; Fri, 1 Jul 2016 20:55:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F15AD160A4D for ; Fri, 1 Jul 2016 22:55:07 +0200 (CEST) Received: (qmail 26174 invoked by uid 500); 1 Jul 2016 20:55:07 -0000 Mailing-List: contact dev-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@trafficserver.apache.org Delivered-To: mailing list dev@trafficserver.apache.org Received: (qmail 26163 invoked by uid 99); 1 Jul 2016 20:55:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 20:55:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B6655E009D; Fri, 1 Jul 2016 20:55:06 +0000 (UTC) From: jrushford To: dev@trafficserver.apache.org Reply-To: dev@trafficserver.apache.org Message-ID: Subject: [GitHub] trafficserver pull request #782: TS-4633: Fix an erroneous warning message w... Content-Type: text/plain Date: Fri, 1 Jul 2016 20:55:06 +0000 (UTC) archived-at: Fri, 01 Jul 2016 20:55:08 -0000 GitHub user jrushford opened a pull request: https://github.com/apache/trafficserver/pull/782 TS-4633: Fix an erroneous warning message when reading the parent.con… An erroneous warning message is logged when at startup when reading the parent.config file: "WARNING: [ParentSelection] disabling parent_retry on line 24 because parent_is_proxy is true" This warning should only be logged when parent_retry is set in the parent.config and when parent_is_proxy is true. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jrushford/trafficserver TS-4633 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/782.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #782 ---- commit dff3d2bc99f7a4ed9c9581ac1370b10995d44490 Author: John J. Rushford Date: 2016-07-01T20:52:59Z TS-4633: Fix an erroneous warning message when reading the parent.config file. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---