diff --git a/src/acr/browser/lightning/DownloadHandler.java b/src/acr/browser/lightning/DownloadHandler.java index 36d2909..d02428d 100644 --- a/src/acr/browser/lightning/DownloadHandler.java +++ b/src/acr/browser/lightning/DownloadHandler.java @@ -160,9 +160,9 @@ public class DownloadHandler { webAddress = new WebAddress(url); webAddress.setPath(encodePath(webAddress.getPath())); } catch (Exception e) { - // This only happens for very bad urls, we want to chatch the + // This only happens for very bad urls, we want to catch the // exception here - Log.e(LOGTAG, "Exception trying to parse url:" + url); + Log.e(LOGTAG, "Exception while trying to parse url '" + url + '\'', e); return; }