You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/03/11 17:36:00 UTC

[jira] [Commented] (BAHIR-265) Fix Java format print mismatch

    [ https://issues.apache.org/jira/browse/BAHIR-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17299755#comment-17299755 ] 

ASF subversion and git services commented on BAHIR-265:
-------------------------------------------------------

Commit 9dcb7d623cb39b192d8004295d6dc4c9dcbbff96 in bahir-flink's branch refs/heads/master from yiksanchan
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=9dcb7d6 ]

[BAHIR-265] Fix Redis log messages (#118)



> Fix Java format print mismatch
> ------------------------------
>
>                 Key: BAHIR-265
>                 URL: https://issues.apache.org/jira/browse/BAHIR-265
>             Project: Bahir
>          Issue Type: Bug
>            Reporter: Yik San Chan
>            Priority: Minor
>
> Fix format-print mismatch, for example:
> ```java
> LOG.info("command value {} ttl {}", key, value, ttl);
> ```
> should really be
> ```java
> LOG.info("command key {} value {} ttl {}", key, value, ttl);
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)