fix log statement

pull/53/head
Zlatin Balevsky 2020-10-02 21:02:13 +01:00
parent 4b5311c117
commit 81fa2fba1f
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class UpdateServer {
@Override
public void disconnected(I2PSession session) {
Log.severe("Disconnected from I2P router")
log.severe("Disconnected from I2P router")
System.exit(1)
}