[FIX] Ошибка в getModulusCommand

This commit is contained in:
Gravit 2019-03-23 11:03:40 +07:00
parent 4dd5b3a6b1
commit 255dd6bd56
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -22,6 +22,6 @@ public String getUsageDescription() {
@Override
public void invoke(String... args) throws Exception {
LogHelper.info("You publickey modulus: ", LaunchServer.server.publicKey.getModulus().toString(16));
LogHelper.info("You publickey modulus: %s", LaunchServer.server.publicKey.getModulus().toString(16));
}
}