mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX] Ошибка в getModulusCommand
This commit is contained in:
parent
4dd5b3a6b1
commit
255dd6bd56
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue