Skip to content
Snippets Groups Projects
Commit f0908f3e authored by pkupczyk's avatar pkupczyk
Browse files

SP-1240 / BIS-677 : Data Set Size Filling Maintenance Task - improve log message

SVN: 31148
parent f3d90bc7
No related branches found
No related tags found
No related merge requests found
...@@ -237,8 +237,8 @@ public class FillUnknownDataSetSizeInOpenbisDBFromPathInfoDBMaintenanceTask impl ...@@ -237,8 +237,8 @@ public class FillUnknownDataSetSizeInOpenbisDBFromPathInfoDBMaintenanceTask impl
lastSeenDataSetFile.delete(); lastSeenDataSetFile.delete();
operationLog.info("Deleted last seen data set file because its age was unknown or its age was greater than " operationLog.info("Deleted last seen data set file because its age was unknown or its age was greater than "
+ DROP_LAST_SEEN_DATA_SET_FILE_INTERVAL_PROPERTY + DateTimeUtils.renderDuration(dropLastSeenDataSetFileInterval) +
+ " interval value."); " ('" + DROP_LAST_SEEN_DATA_SET_FILE_INTERVAL_PROPERTY + "' property value).");
content = new LastSeenDataSetFileContent(); content = new LastSeenDataSetFileContent();
content.setFileCreationTime(timeProvider.getTimeInMilliseconds()); content.setFileCreationTime(timeProvider.getTimeInMilliseconds());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment