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 D171E200B33 for ; Wed, 29 Jun 2016 21:04:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CE3AC160A57; Wed, 29 Jun 2016 19:04:33 +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 19EDD160A3C for ; Wed, 29 Jun 2016 21:04:32 +0200 (CEST) Received: (qmail 26736 invoked by uid 500); 29 Jun 2016 19:04:32 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 26715 invoked by uid 99); 29 Jun 2016 19:04:31 -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; Wed, 29 Jun 2016 19:04:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D65C9E5CE1; Wed, 29 Jun 2016 19:04:31 +0000 (UTC) From: FSchumacher To: dev@jmeter.apache.org Reply-To: dev@jmeter.apache.org References: In-Reply-To: Subject: [GitHub] jmeter pull request #212: Bug 59759 : Allow multiple selection and delete in... Content-Type: text/plain Message-Id: <20160629190431.D65C9E5CE1@git1-us-west.apache.org> Date: Wed, 29 Jun 2016 19:04:31 +0000 (UTC) archived-at: Wed, 29 Jun 2016 19:04:34 -0000 Github user FSchumacher commented on a diff in the pull request: https://github.com/apache/jmeter/pull/212#discussion_r69008032 --- Diff: src/protocol/http/org/apache/jmeter/protocol/http/gui/AuthPanel.java --- @@ -53,8 +53,8 @@ import org.apache.jmeter.util.JMeterUtils; import org.apache.jorphan.gui.GuiUtils; import org.apache.jorphan.gui.layout.VerticalLayout; -import org.apache.jorphan.logging.LoggingManager; -import org.apache.log.Logger; +import org.slf4j.Logger; --- End diff -- Any reason why this PR should change the used Logger? --- 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. ---