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 16A6B200C5B for ; Thu, 27 Apr 2017 20:44:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 155D1160BB5; Thu, 27 Apr 2017 18:44:09 +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 636C8160B9E for ; Thu, 27 Apr 2017 20:44:08 +0200 (CEST) Received: (qmail 53891 invoked by uid 500); 27 Apr 2017 18:44:02 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 53747 invoked by uid 99); 27 Apr 2017 18:44:02 -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, 27 Apr 2017 18:44:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67773E1863; Thu, 27 Apr 2017 18:44:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: filmaj@apache.org To: commits@cordova.apache.org Date: Thu, 27 Apr 2017 18:44:09 -0000 Message-Id: <2efd1b953f974bd6a26f1ccadfa9f875@git.apache.org> In-Reply-To: <67213f539a2b4d089c8bfd25dfe768f4@git.apache.org> References: <67213f539a2b4d089c8bfd25dfe768f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/14] cordova-plugin-contacts git commit: Change wrong log function archived-at: Thu, 27 Apr 2017 18:44:09 -0000 Change wrong log function Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/46185288 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/46185288 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/46185288 Branch: refs/heads/2.3.x Commit: 46185288c0d629359a451a2adcfad96d87fc35da Parents: d755df7 Author: Benjamin Authored: Fri Nov 4 07:43:05 2016 -0400 Committer: filmaj Committed: Tue Apr 25 17:08:58 2017 -0700 ---------------------------------------------------------------------- src/android/ContactAccessorSdk5.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/46185288/src/android/ContactAccessorSdk5.java ---------------------------------------------------------------------- diff --git a/src/android/ContactAccessorSdk5.java b/src/android/ContactAccessorSdk5.java index ac3b965..680fffe 100644 --- a/src/android/ContactAccessorSdk5.java +++ b/src/android/ContactAccessorSdk5.java @@ -1722,7 +1722,7 @@ public class ContactAccessorSdk5 extends ContactAccessor { Base64InputStream base64InputStream = new Base64InputStream(byteArrayInputStream, Base64.DEFAULT); return base64InputStream; } else { - Log.w(LOG_TAG, "Could not decode image. The found base encoding is " + baseEncoding); + LOG.d(LOG_TAG, "Could not decode image. The found base encoding is " + baseEncoding); } } if (path.startsWith("content:")) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org