145146147148149150151152153154155
if (host.equals("")) { host = "localhost"; } System.out.printf("Disconnecting hub from %s\n", host); hub.disconnect(host); } /** * Prints the status of the hub. */