Daqian Liao created RANGER-4509:
-----------------------------------
Summary: 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
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)