comparison src/ch/ethz/ssh2/log/Logger.java @ 377:4226f87534f4

remove hmac-sha2-512 - fails interop w/ centos6
author Carl Byington <carl@five-ten-sg.com>
date Mon, 04 Aug 2014 14:51:38 -0700
parents 711ad4cf87b6
children
comparison
equal deleted inserted replaced
376:711ad4cf87b6 377:4226f87534f4
7 7
8 import android.util.Log; 8 import android.util.Log;
9 9
10 public class Logger { 10 public class Logger {
11 private static final String TAG = "ConnectBot.ssh"; 11 private static final String TAG = "ConnectBot.ssh";
12 public static boolean enabled = true; 12 public static boolean enabled = false;
13 13
14 public static Logger getLogger(Class<?> x) { 14 public static Logger getLogger(Class<?> x) {
15 return new Logger(); 15 return new Logger();
16 } 16 }
17 17