NO-JIRA Cosmetic logging change

prevent items in a debug line to be joined; and 2 additional small inconsistencies for the same
This commit is contained in:
Erwin Dondorp 2021-03-16 15:23:08 +01:00 committed by Clebert Suconic
parent 3c5b95c47c
commit 1a4fd1d7ae
2 changed files with 3 additions and 3 deletions

View File

@ -942,7 +942,7 @@ public class ActiveMQConnectionFactory extends JNDIStorable implements Connectio
transactionBatchSize +
", readOnly=" +
readOnly +
"EnableSharedClientID=" +
", EnableSharedClientID=" +
enableSharedClientID +
"]";
}