diff app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java @ 457:105815cce146 stable-1.9.3-3

minimum version android 5, target and compile version api 28
author Carl Byington <carl@five-ten-sg.com>
date Tue, 29 Jan 2019 11:21:57 -0800
parents 50d5ed32327d
children 7c8aebcc882a
line wrap: on
line diff
--- a/app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java	Sat Nov 10 12:18:05 2018 -0800
+++ b/app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java	Tue Jan 29 11:21:57 2019 -0800
@@ -508,7 +508,7 @@
             (new File(fn)).delete();
         }
         catch (Exception e) {
-            Log.d(TAG, "Deployment scan failed.", e);
+            Log.d(TAG, "Deployment scan failed.");
         }
     }