Small log fix

Former-commit-id: 996bbd027691fe3462645dabfbbdaf125713a0b9
This commit is contained in:
Ziver Koc 2015-12-04 10:42:34 +01:00
parent b6b82b47f8
commit a0dce97932

View file

@ -99,6 +99,7 @@ public class DataSynchronizationDaemon extends ThreadedTCPNetworkServer implemen
} catch (SQLException e) {
e.printStackTrace();
}
logger.fine("User disconnected: "+ s.getInetAddress().getHostName());
}
}