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/master Commit: 46185288c0d629359a451a2adcfad96d87fc35da Parents: d755df7 Author: Benjamin <[email protected]> Authored: Fri Nov 4 07:43:05 2016 -0400 Committer: filmaj <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
