Skip to content

Commit

Permalink
Update inlong-agent/agent-common/src/main/java/org/apache/inlong/agen…
Browse files Browse the repository at this point in the history
…t/utils/file/FileUtils.java

Co-authored-by: AloysZhang <[email protected]>
  • Loading branch information
justinwwhuang and aloyszhang committed Aug 26, 2024
1 parent 4e862c1 commit 06826bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static long getFileLastModifyTime(String fileName) {
try {
lastModify = Files.getLastModifiedTime(Paths.get(fileName)).toMillis();
} catch (IOException e) {
LOGGER.error("getFileLastModifyTime error {}", e);
LOGGER.error("getFileLastModifyTime error.", e);
}
return lastModify;
}
Expand Down

0 comments on commit 06826bf

Please sign in to comment.