Commit 9b767eab authored by Roque's avatar Roque

remove confusing log

parent e5ae3b1b
......@@ -264,7 +264,7 @@ class DatasetUtils
if operation[1] == changes[0]["reference"]
@logger.info("File '#{operation[1]}' was detected as a change in remote dataset, but it is a false positive.")
@logger.info("That file operation ingestion was interrupted right after successfully ingest it but local report is outdated.")
@logger.info("Dataset is up to date, file operation was reported as ingested in local report.", print=TRUE)
@logger.info("Dataset is up to date, file operation was reported as ingested in local report.")
new_reference = operation[0] == RENAME ? changes[0]["new_reference"] : FALSE
if new_reference
file_path = referenceToPath(new_reference, @data_set_directory, data_set)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment