Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF93618214 for ; Thu, 11 Jun 2015 01:04:02 +0000 (UTC) Received: (qmail 69720 invoked by uid 500); 11 Jun 2015 01:04:02 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 69682 invoked by uid 500); 11 Jun 2015 01:04:02 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 69669 invoked by uid 99); 11 Jun 2015 01:04:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 01:04:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 11 Jun 2015 01:01:46 +0000 Received: (qmail 68538 invoked by uid 99); 11 Jun 2015 01:03:33 -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; Thu, 11 Jun 2015 01:03:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 92CA2E0501; Thu, 11 Jun 2015 01:03:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergi@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 11 Jun 2015 01:03:47 -0000 Message-Id: <70cf97e7d22e4983be6a8e9b0a11f18a@git.apache.org> In-Reply-To: <3f6e09d5c82e4f488c6f4fe74251f271@git.apache.org> References: <3f6e09d5c82e4f488c6f4fe74251f271@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/26] incubator-ignite git commit: # sprint-5 minor X-Virus-Checked: Checked by ClamAV on apache.org # sprint-5 minor Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/eeae5b7c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/eeae5b7c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/eeae5b7c Branch: refs/heads/ignite-484-1 Commit: eeae5b7c047da373f1f2b167b42e34418b450c2b Parents: e0426f0 Author: Yakov Zhdanov Authored: Wed Jun 10 13:23:15 2015 +0300 Committer: Yakov Zhdanov Committed: Wed Jun 10 13:23:15 2015 +0300 ---------------------------------------------------------------------- .../java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/eeae5b7c/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java b/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java index 0270a7c..5aceaae 100644 --- a/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java +++ b/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -420,7 +420,7 @@ class ServerImpl extends TcpDiscoveryImpl { assert nodeId != null; if (log.isDebugEnabled()) - log.debug("Pinging node: " + nodeId + "]."); + log.debug("Pinging node: " + nodeId + "]"); if (nodeId == getLocalNodeId()) return true;