Thank you Mike! Gary
On Jul 7, 2017 12:16, <[email protected]> wrote: > Repository: logging-log4j2 > Updated Branches: > refs/heads/master 9fc8b7651 -> 96eb72e3c > > > LOG4J2-1934 Fix typo > > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/ > commit/96eb72e3 > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/96eb72e3 > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/96eb72e3 > > Branch: refs/heads/master > Commit: 96eb72e3ca8f5b7e1935c9d7a11dd1932a516374 > Parents: 9fc8b76 > Author: Mikael Ståldal <[email protected]> > Authored: Fri Jul 7 21:15:38 2017 +0200 > Committer: Mikael Ståldal <[email protected]> > Committed: Fri Jul 7 21:15:38 2017 +0200 > > ---------------------------------------------------------------------- > .../org/apache/logging/log4j/core/appender/mom/JmsManager.java | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ > 96eb72e3/log4j-core/src/main/java/org/apache/logging/log4j/ > core/appender/mom/JmsManager.java > ---------------------------------------------------------------------- > diff --git > a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsManager.java > b/log4j-core/src/main/java/org/apache/logging/log4j/core/ > appender/mom/JmsManager.java > index 4cc8e68..3ee836e 100644 > --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/ > appender/mom/JmsManager.java > +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/ > appender/mom/JmsManager.java > @@ -261,7 +261,7 @@ public class JmsManager extends AbstractManager { > return true; > } catch (final JMSException e) { > StatusLogger.getLogger().debug( > - "Caught exception closing JMS Connection: {} ({}); > contiuing JMS manager shutdown", > + "Caught exception closing JMS Connection: {} ({}); > continuing JMS manager shutdown", > e.getLocalizedMessage(), temp, e); > return false; > } > @@ -288,7 +288,7 @@ public class JmsManager extends AbstractManager { > return true; > } catch (final JMSException e) { > StatusLogger.getLogger().debug( > - "Caught exception closing JMS MessageProducer: {} > ({}); contiuing JMS manager shutdown", > + "Caught exception closing JMS MessageProducer: {} > ({}); continuing JMS manager shutdown", > e.getLocalizedMessage(), temp, e); > return false; > } > @@ -305,7 +305,7 @@ public class JmsManager extends AbstractManager { > return true; > } catch (final JMSException e) { > StatusLogger.getLogger().debug( > - "Caught exception closing JMS Session: {} ({}); > contiuing JMS manager shutdown", > + "Caught exception closing JMS Session: {} ({}); > continuing JMS manager shutdown", > e.getLocalizedMessage(), temp, e); > return false; > } > >
