From commits-return-71239-archive-asf-public=cust-asf.ponee.io@camel.apache.org Mon Apr 8 06:01:35 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 26FDA180784 for ; Mon, 8 Apr 2019 08:01:35 +0200 (CEST) Received: (qmail 16004 invoked by uid 500); 8 Apr 2019 05:41:56 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 15949 invoked by uid 99); 8 Apr 2019 05:41:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2019 05:41:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C1CEA80A2B; Mon, 8 Apr 2019 06:01:33 +0000 (UTC) Date: Mon, 08 Apr 2019 06:01:35 +0000 To: "commits@camel.apache.org" Subject: [camel] 02/02: Add missing placeholder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: gzurowski@apache.org In-Reply-To: <155470329319.4020.13259903361145377097@gitbox.apache.org> References: <155470329319.4020.13259903361145377097@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: f3f16f805c1c198197b8b9d29e9c693fd1b9f831 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190408060133.C1CEA80A2B@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit f3f16f805c1c198197b8b9d29e9c693fd1b9f831 Author: Gregor Zurowski AuthorDate: Mon Apr 8 07:59:39 2019 +0200 Add missing placeholder --- core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java b/core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java index 6bd779d..d6edf36 100644 --- a/core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java +++ b/core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java @@ -147,7 +147,7 @@ public final class TimeUtils { } } - LOG.trace("source: {} milliseconds: ", source, milliseconds); + LOG.trace("source: [{}], milliseconds: {}", source, milliseconds); return milliseconds; }