Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer
diff --git a/src/android/FileTransfer.java b/src/android/FileTransfer.java
index 3ec49f9..011a9fd 100644
--- a/src/android/FileTransfer.java
+++ b/src/android/FileTransfer.java
@@ -713,7 +713,7 @@
         final boolean isLocalTransfer = !useHttps && uriType != CordovaResourceApi.URI_TYPE_HTTP;
         if (uriType == CordovaResourceApi.URI_TYPE_UNKNOWN) {
             JSONObject error = createFileTransferError(INVALID_URL_ERR, source, target, null, 0, null);
-            Log.e(LOG_TAG, "Unsupported URI: " + targetUri);
+            Log.e(LOG_TAG, "Unsupported URI: " + sourceUri);
             callbackContext.sendPluginResult(new PluginResult(PluginResult.Status.IO_EXCEPTION, error));
             return;
         }