forked from External/mage
Some changes to logging.
This commit is contained in:
parent
2daae9fb47
commit
cc96a55523
7 changed files with 9 additions and 9 deletions
|
|
@ -411,7 +411,7 @@ public class ConnectDialog extends MageDialog {
|
|||
List<String> servers = new ArrayList<String>();
|
||||
String inputLine;
|
||||
while ((inputLine = in.readLine()) != null) {
|
||||
System.out.println("Found server: " + inputLine);
|
||||
logger.info("Found server: " + inputLine);
|
||||
servers.add(inputLine);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue