mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8236405: Formatting issues in Kerberos debug output
Reviewed-by: mullan
This commit is contained in:
parent
c33466012e
commit
f4af0eadb6
13 changed files with 22 additions and 27 deletions
|
@ -443,7 +443,7 @@ public class Config {
|
|||
} catch (NumberFormatException e) {
|
||||
if (DEBUG) {
|
||||
System.out.println("Exception in getting value of " +
|
||||
Arrays.toString(keys) + " " +
|
||||
Arrays.toString(keys) + ": " +
|
||||
e.getMessage());
|
||||
System.out.println("Setting " + Arrays.toString(keys) +
|
||||
" to minimum value");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue