Skip to content

Commit

Permalink
added log to print bifurcate property
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuVimal committed Jul 9, 2019
1 parent e939ac2 commit be31ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ private File localObdDir() {

@Transactional
public HashMap<String, TargetFileNotification> generateTargetFile(boolean split) {
LOGGER.info("generateTargetFile()");
LOGGER.info("generateTargetFile()"+split);
DateTime today = DateTime.now();
String targetFileName = targetFileName(TIME_FORMATTER.print(today));
File localTargetDir = localObdDir();
Expand Down

0 comments on commit be31ab7

Please sign in to comment.