Skip to content

Commit

Permalink
DEV-1694: improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
LiekeSchoenmaker committed Jan 27, 2021
1 parent bd8d03a commit a876f2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ public static void main(String[] args) throws IOException, SQLException {
LOGGER.info("Skipping DB writing.");
} else {
CkbDAO ckbDAO = connect(config);
LOGGER.info("Deleting all from VICC db");
LOGGER.info("Deleting all from CKB db");
ckbDAO.deleteAll();
LOGGER.info("Starting insertion of all VICC entries");
LOGGER.info("Starting insertion of all CKB entries");
ckbDAO.writeCkb(ckbEntry);

}
Expand Down

0 comments on commit a876f2a

Please sign in to comment.