Hotfix: Ошибка форматирования

This commit is contained in:
Gravit 2018-12-19 19:54:17 +07:00
parent 01b37db0d2
commit c5d96f173d
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -119,7 +119,7 @@ public static void main(String[] args) throws Throwable {
}
else
{
LogHelper.info("Found %d custom classpath elements");
LogHelper.info("Found %d custom classpath elements",cp.length);
for(String c : cp)
ServerAgent.addJVMClassPath(c);
}