You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by FSchumacher <gi...@git.apache.org> on 2018/10/06 12:53:48 UTC

[GitHub] activemq pull request #304: Add missing log param

GitHub user FSchumacher opened a pull request:

    https://github.com/apache/activemq/pull/304

    Add missing log param

    Found two places, where either a placeholder or a parameter was missing.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/FSchumacher/activemq missing-log-param

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/304.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #304
    
----
commit ebb6cd3378cbf658bb15fcce393475fcb83e645b
Author: Felix Schumacher <fe...@...>
Date:   2018-10-06T11:45:58Z

    Wrong number of parameters in format string
    
    There are two parameters given, but only one used in the log format string.
    Add another placeholder in the log format string to use both params.

commit 7a788d861e739ed91654d28a44b6792286fe02c2
Author: Felix Schumacher <fe...@...>
Date:   2018-10-06T12:10:16Z

    One more missing parameter in the log format string
    
    Add a place holder for the first parameter

----


---