Small log fix
Former-commit-id: 996bbd027691fe3462645dabfbbdaf125713a0b9
This commit is contained in:
parent
b6b82b47f8
commit
a0dce97932
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ public class DataSynchronizationDaemon extends ThreadedTCPNetworkServer implemen
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
logger.fine("User disconnected: "+ s.getInetAddress().getHostName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue