[
https://issues.apache.org/jira/browse/RANGER-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781977#comment-17781977
]
Daqian Liao commented on RANGER-4509:
-------------------------------------
this patch will fix the question
[^space.patch]
> There is a space missing in the log
> -----------------------------------
>
> Key: RANGER-4509
> URL: https://issues.apache.org/jira/browse/RANGER-4509
> Project: Ranger
> Issue Type: Improvement
> Components: usersync
> Affects Versions: 2.4.0
> Reporter: Daqian Liao
> Priority: Trivial
> Attachments: space.patch
>
>
>
> before:
> LOG.info("timeStampVal = " + timeStampVal + "and currentDeltaSyncTime = " +
> currentDeltaSyncTime);
>
> after:
> LOG.info("timeStampVal = " + timeStampVal + " and currentDeltaSyncTime = " +
> currentDeltaSyncTime);
--
This message was sent by Atlassian Jira
(v8.20.10#820010)