8236405: Formatting issues in Kerberos debug output

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2019-12-21 15:27:37 +08:00
parent c33466012e
commit f4af0eadb6
13 changed files with 22 additions and 27 deletions

View file

@ -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");