You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Frederic Daoud (JIRA)" <ji...@apache.org> on 2009/05/26 14:41:45 UTC

[jira] Created: (CLK-553) Constant MODE_DEBUG is defined as "trace", should be "debug"

Constant MODE_DEBUG is defined as "trace", should be "debug"
------------------------------------------------------------

                 Key: CLK-553
                 URL: https://issues.apache.org/jira/browse/CLK-553
             Project: Click
          Issue Type: Bug
          Components: core
    Affects Versions: 2.1.0
            Reporter: Frederic Daoud
            Priority: Trivial


In org/apache/click/service/ConfigService.java,

public static final String MODE_DEBUG = "trace";

should be

public static final String MODE_DEBUG = "debug";


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLK-553) Constant MODE_DEBUG is defined as "trace", should be "debug"

Posted by "Frederic Daoud (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLK-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713203#action_12713203 ] 

Frederic Daoud commented on CLK-553:
------------------------------------

Thank you Bob for the quick response!

> Constant MODE_DEBUG is defined as "trace", should be "debug"
> ------------------------------------------------------------
>
>                 Key: CLK-553
>                 URL: https://issues.apache.org/jira/browse/CLK-553
>             Project: Click
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.1.0
>            Reporter: Frederic Daoud
>            Assignee: Bob Schellink
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> In org/apache/click/service/ConfigService.java,
> public static final String MODE_DEBUG = "trace";
> should be
> public static final String MODE_DEBUG = "debug";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLK-553) Constant MODE_DEBUG is defined as "trace", should be "debug"

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-553.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0
         Assignee: Bob Schellink

Thanks Freddy, fixed in trunk.

> Constant MODE_DEBUG is defined as "trace", should be "debug"
> ------------------------------------------------------------
>
>                 Key: CLK-553
>                 URL: https://issues.apache.org/jira/browse/CLK-553
>             Project: Click
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.1.0
>            Reporter: Frederic Daoud
>            Assignee: Bob Schellink
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> In org/apache/click/service/ConfigService.java,
> public static final String MODE_DEBUG = "trace";
> should be
> public static final String MODE_DEBUG = "debug";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.