353354355356357358359360361362363
*/ logger.debug("OmniConnectionThread trying to connect"); try { c = new Connection(host, port, key); connected = true; logger.debug("OmniConnectionThread connected"); } catch (Exception e) { logger.error("Could not connect", e); }