You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Luciano Resende (JIRA)" <ji...@apache.org> on 2011/07/08 06:08:16 UTC

[jira] [Resolved] (WINK-347) Incorrect logging in CreateInvocationParametersHandler

     [ https://issues.apache.org/jira/browse/WINK-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved WINK-347.
----------------------------------

    Resolution: Fixed

Patch applied. Thanks Varesh Tapadia

> Incorrect logging in CreateInvocationParametersHandler
> ------------------------------------------------------
>
>                 Key: WINK-347
>                 URL: https://issues.apache.org/jira/browse/WINK-347
>             Project: Wink
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.1.3
>         Environment: Development
>            Reporter: Varesh Tapadia
>            Priority: Minor
>              Labels: build
>
> In CreateInvocationParametersHandler.handleRequest() method, the logging is incorrect for parameters.
>             if(parameters == null) {
>                 logger.trace("Actual parameters list to inject is: {}", parameters); //$NON-NLS-1$
>             } else {
>                 logger.trace("Actual parameters list to inject is: null"); //$NON-NLS-1$
>             }
> The condition should be reversed or the log should be exchanged.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira