Skip to content

Commit 65d34d2

Browse files
committed
#3 - Updated the logs.
1 parent 005a883 commit 65d34d2

File tree

1 file changed

+2
-2
lines changed
  • url-collector-application/url-collector-slave-application/src/main/java/com/github/bottomlessarchive/urlcollector/command

1 file changed

+2
-2
lines changed

url-collector-application/url-collector-slave-application/src/main/java/com/github/bottomlessarchive/urlcollector/command/URLCollectorCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ public void run(final String... args) throws Exception {
5555
.filter(urlValidator::validateUrl)
5656
.collect(Collectors.toSet());
5757

58-
log.info("Starting uploading for task: {}.", workUnit.getId());
58+
log.info("Starting saving the results of work unit: {}.", workUnit.getId());
5959

6060
urlBatchWarehouse.saveUrls(workUnit.getId(), resultUrls);
6161

62-
log.info("Finished uploading for task: {}, reporting as finished.", workUnit.getId());
62+
log.info("Finished saving the results of work unit: {}, reporting as finished.", workUnit.getId());
6363

6464
workUnitClient.finishWorkUnit(workUnit);
6565

0 commit comments

Comments
 (0)